Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过向 Web 应用程序创建自签名证书来添加 https 标头。
在 Windows server 2008 R2 标准上的 IIS 7.0 上托管。
我在浏览器上收到错误,因为 Web 浏览器上 SSL 证书的地址不匹配。
我需要将 SSL 设置为 true。
请给任何建议。
谢谢
名称不匹配错误表示 SSL 证书中的常用名称(域名)与浏览器地址栏中的地址不匹配。
例如,如果证书适用于 www.abc.com,而您访问的站点没有“www”(https://abc.com),您将收到此 SSL 证书名称错误。
我认为您在购买域证书时输入了错误的域。确保域的 URL 和证书应该相同。