Hey all, im trying to get treafik to work on my remote server and im stumped on this error `msg="http: TLS handshake error from :34020: local error: tls: bad record MAC"
msg="http: TLS handshake error from <IP>:34020: local error: tls: bad record MAC"
msg="http: TLS handshake error from <IP>:34020: local error: tls: bad record MAC"
msg="Serving default certificate for request: \"domain.com\""
msg="Serving default certificate for request: \"overseerr.domain.com\""
msg="Serving default certificate for request: \"overseerr.domain.com\""
my setup is based on
Ultimate Traefik Docker Compose Guide [2022] with LetsEncrypt | SHB I used the same docker compose on my local machine and it setup fine.
docker-compose: docker-compose treafik - Pastebin.com (edited)
The box im doing this on is a SoYouStart box from OVH
When you search the Internet, it seems that this is often blamed on faulty hardware, software or network connection.
I would try to spin up a new node with fresh install and newly downloaded certs (if you use paid ones).
Thanks for the reply! If you mean start a new server by spinning a new node, that is not really a possibility. I am using the swag container from linuxserver for years on this machine and have never had a issue with getting a new cert or renewing one.
Was it a single error, just a flipped bit during a connection, or is it happen regularly?
It just keeps repeating as soon as a spin up the container.
Also this is this in the staging mode
I had this error occur when I created a docker container using traefik router/service names already in use by another container (i.e. lazy compose copy/paste)
Check this before replacing your network infrastructure
Yeah i manage to get everything working once i took a step back and looked at what i was doing.