Hello everyone,
I have a problem updating my dockerized AIO nextcloud 28 instance. I have no physical access to my server and need to do the update over the internet. SSH access to the server is available.
I log in as admin and go to /settings/admin/overview and click on “Open nextcloud AIO interface” button. This tries to open “localhost” which is obviously not correct. After that I tried multiple variants with the global IP adress and port 8080 and 8443 but the AIO interface does not open. Error is “ERR_CONNECTION_RESET”. The ports are open in the router and everything except the update page is working fine.
When I get the nextcloud log with
“sudo docker logs nextcloud-aio-mastercontainer”
I see one error message multiple times:
{“level”:“error”,“ts”:1724538906.88857,“logger”:“http”,“msg”:“looking up info for HTTP challenge”,“host”:“MY DOMAIN”,“remote_addr”:"23.178.XXX.XXX:XXXX,“user_agent”:“Mozilla/5.0 (compatible; Let’s Encrypt validation server; +https://www.letsencrypt.org)”,“error”:“no information found to solve challenge for identifier: MY DOMAIN”}
Do you have an idea what I could try?