-
After installing and staring the containers, starting ./test.sh calling http:://mydomain.org works ok After starting ./ssl_test.sh nginx returns a "500 Internal Server Error" when calling https:://mydomain.org Update: It seems like a problem with the certificate renewal process in the letsencrypt-auto container.
The requested file does not exist on the filesystem indeed. Update 2: Found the problem. The letsencrypt-auto had a wrong nginx container name in the NGINX_PROXY_CONTAINER env, Probably a leftover from an earlier installation attempt. Solved! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The letsencrypt-auto had a wrong nginx container name in the NGINX_PROXY_CONTAINER env, Probably a leftover from an earlier installation attempt. |
Beta Was this translation helpful? Give feedback.
The letsencrypt-auto had a wrong nginx container name in the NGINX_PROXY_CONTAINER env, Probably a leftover from an earlier installation attempt.