Skip to content

Releases: cloudfoundry/haproxy-boshrelease

Backwards Compatibility Support for 4443

15 Jun 20:57
Compare
Choose a tag to compare

Adds backwards compatibility support for port 4443 via ha_proxy.enable_4443: true to make transitioning off the older cf-release based haproxy easier in production.

Updated Configs

09 Jun 16:42
Compare
Choose a tag to compare

Addressed an issue causing block lines to be repeated in the configs when multiple domains were listed in haproxy.internal_only_domains.

Initial Release

04 Jun 17:46
Compare
Choose a tag to compare

BOSH Release for cf-haproxy

This BOSH release is an attempt to get a more customizable/secure haproxy release than what is provided in cf-release.

It adds the following features:

  • blacklisting internal-only domains, to prevent Host header spoofing
  • fine-graned timeout configurations for http, https, and websocket connections
  • no tcp-mode proxying, just HTTP proxying, to prevent backdoors around Host header spoofing.