user3891744
user3891744

Reputation: 11

SSL Certificate - untrusted error

We procured standard ssl certificate to mydomain.net from godadday.

We shutdown live server mydomain.com, configured new server mydomain.net with ssl, everything works fine.

We have added redirect records in DNS for mydomain.com to mydomain.net

www.mydomain.com redirecting properly to www.mydomain.net

We are experiencing a issue, when any request to https //www.mydomain.com redirection happening but with untrusted certificate error message.

www.mydomain.com uses an invalid certificate. The certificate is valid for the following names: www.mydomain.net , mydomain.net (Error code: ssl_error_bad_cert_domain)

Godaddy india support not able to resolve the issue, escalated to US support no update from US support.

Please suggest me how to resolve this issue?

Thanks, ItsR

Upvotes: 1

Views: 1201

Answers (1)

Steffen Ullrich
Steffen Ullrich

Reputation: 123601

Redirection inside a HTTPS connection from domain A to domain B needs a proper certificate for domain A too, which does not seem to be in your case. This is because the redirection happens inside the TLS connection, i.e. the TLS connection needs to be established first which needs the proper certificate.

Upvotes: 1

Related Questions