But still a mistake. The security certificate presented on this website has been issued for a different website address.

We have an intranet site. he is self-signed. I added the certificate to the trusted zone. add the site to the trusted sites and intranet site, but still get this error.

The security certificate presented by this website was issued for a different website address. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. 
+4
source share
1 answer

the problem is that users connect to the server using ip, not the address.bcs site, signed by the previous administrator. I did not know to which address the certificate is issued. so we checked the certificate address

start> certmgr.msc found the certificate in detail in the bookmark, the found property of the object, in the attributes, CN shows the website address:

enter image description here

so I added the website address in dns and everything is getting fine. So users will need to connect to the website on "http: ///", not "http: //", ** (if the certificate is issued for contoso.com, but users access the site using ip this error will be shown)

+3
source

Source: https://habr.com/ru/post/1494896/


All Articles