Does HAproxy with pfsense support SSL Server and Bind Ciphers?
-
I'm using pfsense 2.4.4 with pfsense develop version (1.8.23).
I'm finding when adding statements to the global Advance Passthrough Custom Options:
ssl-default-bind-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 ssl-default-bind-options no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets ssl-default-server-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 ssl-default-server-options no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets
The proxy doesn't seem to work. Consulting the documentation for HA proxy it states
"setting is only available when support for OpenSSL was built in."So does HA proxy support these settings with pfSense?
-
@kevdog
Yes openssl is 'build in'. Those settings should work alright.. Does it work without them? Do you get a 'error' or 'warning' when applying the settings?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.