All, thanks in advance for assistance.
I have been using HAProxy after following Tom’s SSL offloading video for a while. Everything is working for my multiple domains and certs except I have noticed an issue that I cannot resolve.
If I go to www.example.com or any other XXXX.example.com I get redirected properly to the backend and the correct wildcard cert is applied.
If I go to example.com I get a 503 error and the default cert that is set in the frontend setting is applied, not the wildcard cert for example.com.
I have a frontend ACL for “host matches” : “www.example.com” point to backend 10.10.10.10 port 80
I also have frontend ACL for “host matches” : “example.com” point to backend 10.10.10.10 port 80
Not sure what is going on or how to get example.com to use the correct acl and redirect to the correct backend.