Replies: 1 comment
-
The https protocol MUST have a valid certificate matching the domain requested from the browser. You can't just have a catch all ssl for any unknown incoming domain or address. What you can do is create a redirect for all subdomains of the top level domain, *.domain.com and create a ssl cert for that to use. If any server was able to create valid signed ssl certificates for any domain at all, then https/ssl would t be very secure anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I have set the redirect option to a placeholder subdomain to ensure unknown Hosts are redirected.
When going to the subdomain in http it gets re-directed correctly. However, when going to the subdomain in https I get a certificate warning instead of a redirect.
http://example1.domain.com > https://redirected.domain.com
https://example1.domain.com > certificate warning
https://redirected.domain.com has a SSL certificate and the HTTPS options enabled
Am I doing something wrong?
Thank you.
Joao
EDIT: found the answer here: #657
Beta Was this translation helpful? Give feedback.
All reactions