Hello,
I’m looking for a way to redirect ssl traffic from one domain to another, without having a ssl cert for all of them with HAProxy. My current Setup redirecting from http to https is working fine so far.
like this:
https://a.com -> https://a.org
https://b.net -> https://a.org
https://b.org -> https://a.org
There should only one ssl cert for necessary a.org .
Any ideas how this works?
1 post - 1 participant