-
I’m getting an SSL error. curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to ***.com:443 What can we do to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems that updating Let's Encrypt more than five times a week causes an error. |
Beta Was this translation helpful? Give feedback.
-
TLS certificates would actually be out of scope for this project, I would suggest handling them outside, for example with Traefik, and then it could redirect the traffic to a container using this image. |
Beta Was this translation helpful? Give feedback.
TLS certificates would actually be out of scope for this project, I would suggest handling them outside, for example with Traefik, and then it could redirect the traffic to a container using this image.