@reinaldo.gomes wrote:
I need to disable TLSv1.0for one of my webservers, but not for the rest of them.
bind :443 ssl crt /etc/haproxy/merged.pem no-tlsv10 <- works
ssl-default-bind-options no-tlsv10 <- works
server apache 10.0.0.1 no-tlsv10 <- doesn’t work
ssl-default-server-options no-tlsv10 <- doesn’t workIs there any way to disable a given SSL protocol for specific backend servers, other than using different IPs/frontends?
Posts: 3
Participants: 2