Table of Contents
Handydandy snippets
All the links you can shake a stick at
How HA Proxy certs get renewed with certbot (letsencrypt) on 16.04
API
Handydandy snippets
validate configuration:
haproxy -c -V -f /etc/haproxy/haproxy.cfg
All the links you can shake a stick at
Configuring for many connections
configuring for multi-threading
(not recommended)
HA Proxy with SSL termination on 14.04 by Digital Ocean
settings used by Lelyan for MQTT HA Proxy
HTTP vs. TCP mode
HA Proxy settings on ubuntu 14.04
compile haproxy with LibreSSL instead of OpenSSL
How HA Proxy certs get renewed with certbot (letsencrypt) on 16.04
certbot is a cron job in /etc/cron.d
after certbot runs it calls whatever hook is described in /etc/letsencrypt/renewal/<cert_that_was_renewed>.conf
API