Cloudron offline after reboot
-
Hi.
I have just rebooted my Cloudron instance after necessary Ubuntu updates.
Now my server is not coming up, it says Cloudron is offline, Reconnecting.I have checked the server. It looks like there is a problem with nginx.
After running the command journalctl -u nginx -fa the error below is displayed:
So it looks like a problem with freshrss certificate.
I have disabled FreshRSS a long time ago.
How can I solve this problem?- Logs begin at Mon 2024-06-17 00:19:00 UTC. --
Jun 18 08:18:35 v2202108153678159622 systemd[1]: Starting nginx - high performance web server...
Jun 18 08:18:35 v2202108153678159622 nginx[11952]: nginx: [emerg] cannot load certificate "/home/yellowtent/platformdata/nginx/cert/freshrss.albiobola.nl.cert": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/home/yellowtent/platformdata/nginx/cert/freshrss.albiobola.nl.cert','r') error:2006D080:BIO routines:BIO_new_file:no such file)
Jun 18 08:18:35 v2202108153678159622 systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Jun 18 08:18:35 v2202108153678159622 systemd[1]: nginx.service: Failed with result 'exit-code'.
Jun 18 08:18:35 v2202108153678159622 systemd[1]: Failed to start nginx - high performance web server.
Jun 18 08:18:36 v2202108153678159622 systemd[1]: nginx.service: Scheduled restart job, restart counter is at 5.
Jun 18 08:18:36 v2202108153678159622 systemd[1]: Stopped nginx - high performance web server.
Jun 18 08:18:36 v2202108153678159622 systemd[1]: nginx.service: Start request repeated too quickly.
Jun 18 08:18:36 v2202108153678159622 systemd[1]: nginx.service: Failed with result 'exit-code'.
Jun 18 08:18:36 v2202108153678159622 systemd[1]: Failed to start nginx - high performance web server.
- Logs begin at Mon 2024-06-17 00:19:00 UTC. --
-
@chrisbol It seems one of the nginx configs is referencing that cert. There was a bug in older versions of Cloudron where that nginx config was not removed. Which version of Cloudron are you running ? If it's a fairly recent version, you can run
cloudron-support --troubleshoot
. Otherwise, find the offending nginx config in/etc/nginx/applications
(grep for freshrss.albiobola.nl.cert) . Just delete that config file andsystemctl restart nginx
. -
-