Hi,
I have a wildcard cert working together with a certificate for a single hostname, but when I replace this last certificate with one that has several Subject Alternative Names I have problems when accessing the website, it is only serving the wildcard but not the multi SAN. Is there any incompatibility with this?
line is:
bind 10.11.6.60:443 ssl crt /etc/haproxy/wildcard.pem crt /etc/haproxy/multi-haproxy.bundle.pem
Thanks.