@ooglykraken wrote:
I’m trying to setup mutual tls for an haproxy instance and have ssl termination but I don’t think its actually setup properly to do so.
This is my front end
log 127.0.0.1 local0 info bind localhost:443 ssl crt /etc/ssl/private/server.pem ca-file /etc/ssl/private/ca.crt verify optional reqadd X-Forwarded-Proto:\ https acl PATH-tls-test path_beg /test use_backend SERVER-tls-test if PATH-tls-test default_backend no-server
Posts: 2
Participants: 2