Listen all the domains

I have a lot of domains that point to one server. I dont want to setup a ssl for every domain, how do I make all of them redirect to the main domain?

i think this will help, you can config a global options to make all domain cert ssl by same method

That’s impossible.

TLS requires having a certificate which contains the domain (or wildcard) which matches. Browsers/clients will reject the connection if they’re served a certificate that doesn’t match.

This is necessary for security. Otherwise, someone could intercept the traffic, hand the client a different certificate and then pretend to be the server while reading all the traffic or tampering/changing it. That’s a “man-in-the-middle” attack.

Please fill out the help topic template as per the forum rules. You didn’t give us enough information to help you solve your specific problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.