godevops.net

GoDevOps

Menu

Skip to content
  • Home
  • Whoami

Month: June 2020

Enable TLSv1 in HAProxy on Ubuntu 20.04

Posted on 14. June 202014. June 2020 by Bjoern Leave a comment

Ubuntu 20.04 (Focal Fossa) has disabled all TLS versions < TLSv1.2 by default in openssl. In case you still need TLS 1.0 (for e.x. because of legacy clients), you can enable it with the following (HAProxy 2.0.14): bind *:443 ssl crt /etc/haproxy/certs/ ssl-min-ver TLSv1.0 ciphers ALL:@SECLEVEL=1

Recent Posts

  • Enable TLSv1 in HAProxy on Ubuntu 20.04
  • Prefiltering log events with rsyslog to greatly reduce fail2ban CPU load
  • HAProxy High Availability using RHI, Quagga and OSPF
  • Testing new HAProxy versions with some sort of A/B Testing
  • Adding random delay for specific HTTP Requests with HAProxy + Lua

Recent Comments

  • HAProxy – Slowing down abuse with user friendly rate controls | Billus – Tech Blog on Adding random delay for specific HTTP Requests with HAProxy + Lua
  • Thomas Mangin on HAProxy High Availability using RHI, Quagga and OSPF
  • Bjoern on Adding random delay for specific HTTP Requests with HAProxy + Lua
  • Bjoern on Adding random delay for specific HTTP Requests with HAProxy + Lua
  • venkat on Adding random delay for specific HTTP Requests with HAProxy + Lua

Archives

  • June 2020
  • November 2016
  • August 2016
  • September 2015
  • June 2015
  • April 2015

Categories

  • HAProxy
  • Networking

Tags

anycast bird cisco cpu load cpu usage ecmp exabgp fail2ban gobgp haproxy keepalived logging monit multihoming ospf performance quagga redundancy RHI route health injection rsyslog service healthcheck syslog tuning vrrp zero downtime maintenance
  • Home
  • Whoami