Replies: 2 comments 7 replies
-
Hello, My guess is something related to the characters used by your domain (non-ASCII characters, non-puny coded domain, etc.) or related to your network. Based on your logs, I think you are a Traefik user, your configuration can help to understand the problem. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a similar issue. Hopefully, someone can direct me in the right direction. I am currently using Traefik (v2.11.2) in a Docker Swarm deployment and I've been using the same setup for over a year now. Until now everything worked fine but now I have issues with a few services. One service (a database) has been running for a while now and in the past, the certificates could successfully be renewed. Now the process fails and unfortunately it is not clear why. It looks like lego tries to do the challenge but there is no success/error message.
After some tries, the log shows "remote error: tls: unrecognized name"
Additionally, I have a new service where previously no certificate existed. It shows a similar behavior. It occasionally has the error "unrecognized name" but it also shows the error "incorrect validation certificate" and during secondary validation has the problem with "unrecognized name"
Unfortunately, I couldn't find much information about these types of errors and if so they would be unrelated. My colleagues also did take a look at the configuration but it stayed the same and for the new service everything is configured correctly (a similar configuration is already running and working). Just in case here is the relevant configuration:
I already tried a few things to solve this issue but nothing worked so far. Here is a list of things that I tried:
Additional information:
Thank you in advance for helping, I appreciate every help I can get with this. |
Beta Was this translation helpful? Give feedback.
-
Hello, is this the right place to ask for help with the error below?
It's the latest traefik/letsencrypt (uses github.com/go-acme/lego/v4 v4.14.0), running in a container in a docker swarm on a raspberry pi 4. Time to renew certificates and it fails, worked fine so far.
nslookup inside the container resolves all involved hostnames successfully, the same on an external network. Inbound and outbound 80/443 are forwarded/open.
What I've collected so far is here:
urn:ietf:params:acme:error:tls:
This error indicates a problem with the TLS (Transport Layer Security) connection during the ACME protocol exchange. It typically means there was an issue with the TLS handshake or communication between the client (your server) and the ACME server.
remote error: tls: unrecognized name:
This error suggests that the ACME server received a TLS certificate request for a domain name that it does not recognize or is not associated with the account making the request.
Any further help is very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions