This is certificate error and it is due to misconfiguration of the SSL.
Make sure certificate issue to your domain and name is correct and make sure it is from trusted authority.
In case it is local project, you may add the server certificate to the trusted list.
Https issue
Hi,
I did successfully deploy the project to IIS https site but I have issue below to access the page
The following is the issue I have now
Your connection isn't private
Attackers might be trying to steal your information from www.???.com (for example, passwords, messages, or credit cards).
NET::ERR_CERT_COMMON_NAME_INVALID
Windows development | Internet Information Services
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
Bruce Zhang-MSFT 3,776 Reputation points
2022-02-07T02:20:12.543+00:00 Hi @Scott Huang ,
Please check your certificate. Make sure it issue to your site domain
www.???.com.
Or check the Subject Alternative Name of certificate. Make sure there's a record of your domain. Like:
DNS Name=???.comorDNS Name=*.???.com.
The domain name must exist in both of the above points. If it does not exist, please contact your certificate provider to re-issue a certificate. If both exist, see if the certificate or the certificate's root certificate is added to the machine's list of trusted authority.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.Best regards,
Bruce Zhang