You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the stock configuration with only base domain and lets encrypt email address defined in the .env file. Had the the following error when trying docker-compose up
caddy | {"level":"error","ts":1655076678.235693,"logger":"tls.obtain","msg":"will retry","error":"[sub.domain.com] Obtain: provisioning client: HTTP 500: <!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n [no address given] to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n<hr>\n<address>Apache Server at acme.zerossl.com Port 443</address>\n</body></html>\n","attempt":2,"retrying_in":120,"elapsed":65.688567408,"max_duration":2592000}
I substituted my real subdomain with "sub.domain.com" in the above for privacy reasons. I am sure my VPS has port 80 and 443 open to to the internet, and my DNS is properly configured. What could possibly go wrong?
This discussion was converted from issue #25 on June 19, 2023 15:37.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use the stock configuration with only base domain and lets encrypt email address defined in the
.env
file. Had the the following error when tryingdocker-compose up
I substituted my real subdomain with "sub.domain.com" in the above for privacy reasons. I am sure my VPS has port 80 and 443 open to to the internet, and my DNS is properly configured. What could possibly go wrong?
Host: Ubuntu 22.04
Docker: 20.10.17, build 100c701
docker-compose: v2.6.0
Beta Was this translation helpful? Give feedback.
All reactions