-
What happened?When traefik tries renew the ssl certificate, letsencrypt should send request to domain.com/.well-known/.... but currently the certificated is expired therefore the request to /.../.well-known can't responses with status 200. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@gjae Thank you for opening an issue, however you did not respect our issue template, and did not provide any useful information (such as anonymized error logs) to help us help you. |
Beta Was this translation helpful? Give feedback.
-
Finally! I got solution! For everybody who have this problemin your production.yml file just remove the nginx's setting section, and add "0.0.0.0:80:80" as port of your traefik settings, make build, up services, then you only need revert this two changes and that's all |
Beta Was this translation helpful? Give feedback.
Finally! I got solution!
For everybody who have this problem
in your production.yml file just remove the nginx's setting section, and add "0.0.0.0:80:80" as port of your traefik settings, make build, up services, then you only need revert this two changes and that's all