High Availability
This SRE's HAProxy Config Change: An Unexpected Journey

This SRE's HAProxy Config Change: An Unexpected Journey

1/14/2021 · Igor Wiedler

What this post added

This post details a specific HAProxy configuration issue encountered during a rollout, where the `server-state-file` directive caused the port configuration to be overwritten, leading to traffic being sent to the wrong port and causing TLS handshake failures. A workaround was implemented by changing the backend server name to bypass the state file's port persistence.

Read the original post ↗