warn: (LETSENCRYPT) Error: self signed certificate #4234
Answered
by
NGPixel
Sleevezipper87
asked this question in
Error / Bug Report
-
Hi! I'm running Wiki JS using docker-compose and this works great. I'm using the following docker-compose.yml:
I want to enable SSL so I have opened the needed ports and set
After this it just exits and restarts. This error makes no sense to me and I'm not able to Google my way out of it. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
NGPixel
Oct 8, 2024
Replies: 1 comment 1 reply
-
I have the same problem. did you solve it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As answered on Slack, you need to expose ports 80 and 443 for let's encrypt to work. Using other ports like 3000 and 3443 will not work.