Hi everyone, can you help me ???
i have a problem because i have a frontend to receive https trafic but it has ssl cetificate for
one domain for example mydomain.com
frontend services_443
option forwardfor
bind *:443 ssl crt /etc/haproxy/star_mydomain_com_ec/star_mydomain_com_ec.pem alpn h2,http/1.1
and i need to accees to url that has other domain for example www.test.com
but i need that this url use https
I dont know if there is a way to use the same frontend to do it.
Thanks !!