@joseph
Thanks for the feedback. Here is the output to the troubleshoot command -
michael@pcomp-webadmin:~$ sudo cloudron-support --troubleshoot
[sudo] password for michael:
Vendor: VMware, Inc. Product: VMware Virtual Platform
Linux: 5.15.0-58-generic
Ubuntu: focal 20.04
Processor: Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz x 4
RAM: 3983200KB
Disk: /dev/sda5 19G
[OK] node version is correct
[OK] docker is running
[OK] MySQL is running
[OK] nginx is running
sed: can't read /home/yellowtent/platformdata/nginx/applications/dashboard/my..conf: No such file or directory
Can't open for reading, No such file or directory
140280590427456:error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('','r')
140280590427456:error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:
unable to load certificate
[FAIL] Certificate has expired. Certificate expired at
Please check /home/yellowtent/platformdata/logs/tasks/.log for last cert renewal logs
Common issues include expiry of domain's API key OR incoming http port 80 not being open
For the record, I am able to locate the file on the OS -

Although I do see the cert error, I am not entirely sure that's the only problem here. Granted yes I got the below error to check the yellowtent directory for logs.... but when doing so I am seeing issues with MySQL:
2024-09-04T04:00:13.051Z box:server ==========================================
2024-09-04T04:00:13.052Z box:server Cloudron 8.0.3
2024-09-04T04:00:13.052Z box:server ==========================================
2024-09-04T04:00:13.052Z box:platform initialize: start platform
2024-09-04T04:00:13.073Z box:tasks stopAllTasks: stopping all tasks
2024-09-04T04:00:13.073Z box:shell stopTask /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
All tasks stopped
Error: Error starting server: {"name":"BoxError","reason":"Database Error","details":{},"message":"ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client","nestedError":{"code":"ER_NOT_SUPPORTED_AUTH_MODE","errno":1251,"sqlMessage":"Client does not support authentication protocol requested by server; consider upgrading MySQL client","sqlState":"08004","fatal":true},"code":"ER_NOT_SUPPORTED_AUTH_MODE","sqlMessage":"Client does not support authentication protocol requested by server; consider upgrading MySQL client"}
at main (/home/yellowtent/box/box.js:48:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
So this leads me to suspect that MySQL should be the point of focus first, as I do not see that other log referenced in the troubleshoot output
What are your thoughts here?