I am managing two domain names and want to redirect one to the other. I set up a domain forwarding with 301 permanent redirection from domain S (source) to domain T (target). The server on domain T redirects all HTTP to HTTPS. The browser is redirected if I visit http://<domain-S>
.
If I visit https://<domain-S>
(note the S for TLS), I see:
Firefox detected a potential security threat and did not continue to <domain-S>. ...
Firefox does not trust this site because it uses a certificate that is not valid for <domain-S>. The certificate is only valid for the following names: shortener.secureserver.net, www.shortener.secureserver.net
Error code: SSL_ERROR_BAD_CERT_DOMAIN
Please note that the HTTPS configuration is working well for <domain-T>
. I believe that the problem is that the SSL certificate for https://<domain-T>
is being served for https://<domain-S>
.
How can I redirect the domain before serving the certificate?