Hello!
I’m using Cloudflare’s SSL certificate on my webserver
I have configured HAProxy front section as below:
listen front
mode http
bind *:443 ssl crt /etc/haproxy/certs/
and I’ve put in my certificate concatenated files over the path: /etc/haproxy/certs/
but when I try to use some pages on my website I’m getting this error in the logs:
front/1: SSL handshake failure (error:0A000416:SSL routines::sslv3 alert certificate unknown)
1 post - 1 participant