Situation:
PMM Server is running in a docker container on a server with a failover IP.
If I’m using the original ip of the server instead the failover ip all is working fine.
If I’m adding the the server with failover ip on a pmm client, i get tls handshake errors from the real ip of the server and not from the failover ip.
It’s strange.
- Connection: Client --> Server is OK
but
- Connection: Client <-- Server is not possible.
Forcing the failover ip with SNAT doesn’t change the situation.
Any idea?