我在 IIS 7 服务器上为 2 个不同的网站使用 SSL 时遇到问题。请参阅下面的我的设置:
网站 1:my.corporate.portal.com
网站 1 的 SSL 证书:*.corporate.portal.com
https/443 绑定到 my.corporate.portal.com
website2:client.portal.com SSL 证书颁发给:client.portal.com 当我尝试将 IIS7 中的 https 与客户端的证书绑定时,我无法选择放置主机名(变灰),并且只要我选择“client.portal.com”证书,我在 IIS 中收到以下错误:
At least one other site is using the same HTTPS binding
and the binding is configured with a different certificate.
Are you sure that you want to reuse this HTTPS binding
and reassign the other site or sites to use the new certificate?
Run Code Online (Sandbox Code Playgroud)
如果我单击“是”,my.corporate.portal.com 网站将停止使用正确的 SSL 证书。
你能提出一些建议吗?