HAPROXY : <NOSRV> PR - TLS termination failed
In frontend www-https
in bind
line add ssl
before crt
. Without ssl
it works as plain HTTP.
So:
bind *:443 ssl crt /etc/haproxy/certs/www.example.com.pem
In frontend www-https
in bind
line add ssl
before crt
. Without ssl
it works as plain HTTP.
So:
bind *:443 ssl crt /etc/haproxy/certs/www.example.com.pem