Skip to main content
Back to all posts

Open source

The open source community is second to none

Latest post

ENVOY Proxy versus Loadbalancer.org: Why storage vendors need purpose-built load balancing for S3, NFS, and SMB

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

How to install Polaris-GSLB on CentOS 7 (Part 2)

In part one we were introduced to Polaris-GSLB which is a cool little open source GSLB solution. In part two of this Blog I’m going to show you how to build Polaris-GSLB on CentOS 7...

GSLB High Availability Open source

Blocking Japan with ModSecurity and Maxmind Lite

The Web Application Firewall is based on ModSecurity which is an open source WAF for Apache, IIS, and Nginx for protecting against a many variety of attacks and allows for HTTP traffic monitoring and logging...

Security WAF Open source

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

Transparent Load balancing with HAProxy on Amazon EC2

One of our favorite methods of load balancing is using Layer 4 DR because it is transparent and fast. Unfortunately, because of Amazon's infrastructure, this is not possible in EC2 so we need to use another method which means we are left with layer 4 NAT and transparent HAproxy using TProxy...

Open source HAProxy AWS / Azure / GCP
systematic SSL testing

SSL offload testing with HAProxy and Stunnel

There are a lot of SSL offload throughput statistics available for appliances across the internet but rarely do they detail the way they were tested...

Open source HAProxy How-tos