我们有一个内联网网站。它是自签名的。我将证书添加到受信任区域。将站点添加到受信任的站点和Intranet站点,但仍然会收到此错误。
The security certificate presented by this website was issued for a different website's address.
Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
答案 0 :(得分:3)
问题是用户通过ip连接到服务器而不是由前一个管理员签名的address.bcs站点我不知道颁发证书的地址。所以检查了证书地址
开始> certmgr.msc 找到了证书 在详细信息选项卡中,找到主题属性,在属性中,CN显示网站的地址:
所以我将网站的地址添加到dns中,一切都很好。所以用户需要通过“http:///”而不是“http://”连接到网站 **(如果为contoso.com颁发证书但用户通过ip访问该站点将显示此错误)