Skip to main content
Back to all posts

How-tos

Find step-by-step technical guides and tutorials for load balancer configuration. Learn how to master Layer 4, 7 and GSLB, automate deployments with our API/CLI, and configure advanced features like SSL termination, health checks, and HA clustering.

Latest post

Finally, a simple way to convert MaxMind GeoIP Database files to the legacy DAT format!

Security through obscurity - double login protection made easy...

Security through obscurity is not a great idea when it is your ONLY protection technique. For example moving your SSH port from 22 -> 23 won't fool any hackers for long! However, I've always liked putting a 'double login' in front of important web sites to frustrate simple automated hacking tools...

Security How-tos WAF

How to load balance Microsoft FTP Server with HAProxy

Open standards are awesome, and the File Transfer Protocol FTP (inspite of its flaws) has been in constant use for an amazing 40 years! FTP can be a pain to run over firewalls and load balancers, so this blog explains how to configure Microsoft FTP and HAProxy...

Application Management Microsoft HAProxy
protecting your application with client certificate authentication

Client Certificate Authentication with HAProxy: How to configure

Using client certificates for security is a pretty cool idea! You can protect an entire application or even just a specific Uniform Resource Identifier (URI) to only those that provide a valid client certificate...

How-tos Security HAProxy
secure web gateways

Transparent vs Explicit proxy — which method should I use?

Different vendors have widely different opinions on which method should be used to deploy web filters or SWGs. Historically, vendors struggled to implement authentication in Transparent mode, and maybe they remember some awkward conversations with customers that chose the wrong method...

How-tos Security

IAM what I am

For several years, if an instance was launched in AWS and during the initial configuration an IAM role was not defined, the only option available was to stop/terminate the instance and launch another, however, this has now changed!..

AWS / Azure / GCP How-tos

MS SQL Health Check

Follow the instructions below to install and configure the external health check, and once you've completed the steps you can use the health check for either layer 4 (LVS) or layer 7 (HAproxy) clusters...

Microsoft Application Management How-tos

Transparent HAProxy in Azure using TProxy

HAProxy is an excellent choice if you need layer 7 functionality, but its a full reverse-proxy, so the application thinks that all of the traffic is coming from HAProxys IP - rather than the clients...

Open source AWS / Azure / GCP HAProxy