HAProxy -

How to Configure HAProxy with SSL Pass-Through

SSL pass-through is a method of securing data transfer between the client and servers. It allows HAProxy to route client requests to the appropriate servers without decrypting and re-encrypting traffic,…

122 views 0 Comments

AND conditionals in HAProxy

This is a way using HAProxy rules to only allow access to a given host if the request was to a specific route while specifying multiple conditions, and they're implicitly…

116 views 0 Comments

Testing Your HAProxy Configuration

Properly testing your HAProxy configuration file is a simple, yet crucial part of administering your load balancer. Remembering to run one simple command after making a change to your configuration…

149 views 0 Comments

Install HAProxy on Ubuntu

Ubuntu 20.04 is a great choice for installing your HAProxy software load balancer. It’s a free Linux operating system that’s fast, secure, and best of all, it’s easy to use.One of the…

153 views 0 Comments