-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS handshake error #1025
Comments
I tried checking the code in |
Also port
|
After some more investigation and snooping around I could deduce that
|
@ralphtheninja I see similar issues in kubernetes. Connections in kubernetes are showing tcp connections to IPs that are non-existent, but are attributed to the same line in the same file. Currently it doesn't affect operations, and can be ignored. I will be looking into it at a later date. |
@dtomcej Ok! At first I thought it was something going on with Azure and the load balancer. I'm guessing something is trying to connect to traefik over tls via the ingress endpoint? |
@dtomcej I know what this is about now. It's from one of the probes in the azure load balancer. |
Seeing this same issue on 1.12 on Docker Swarm on Azure (although I only see it reproduce on a Traefik instance sitting across a VPN). For us, the IP address referrred to exists on the other side of our VPN. Enter containers on the same local network as traefik shows that the IP resolves. However we still hit this error within the traefik container. Restarting the container resolves it |
What version of Traefik are you using (
traefik version
)?1.1.2
What is your environment & configuration (arguments, toml...)?
Running on Azure using Azure Load Balancer in front of two manager nodes. Running traefik on one manager.
Running traefik in docker swarm mode with command
traefik.toml
is standard withswarmmode
set to trueWhat did you do?
Started the service
What did you expect to see?
No TLS errors
What did you see instead?
I get numerous of the following messages (every 30 seconds or so).
As a side note, I have
ondemand
set to true and succeed in getting the ACME certificate:The text was updated successfully, but these errors were encountered: