我已经将证书添加到 IIS 网站,但该网站的 HTTPS 部分不知为何无法启动。我在系统事件查看器中看到以下错误。
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 115
Date: 29-12-2009
Time: 15:40:30
User: N/A
Computer: DELL
Description:
The service could not bind instance 4. The data is the error code.
For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
Data:
0000: 34 00 00 00 4...
在此之前,我有另一个使用 HTTPS 的网站,但由于我只有一个 IP 地址,所以我删除了它。
答案1
从 IIS 网站删除证书之前,请先删除 IP 端口绑定(网站 SSL 标识的 SSL 端口)。
如果证书已被删除,请从服务器证书向导中选择“分配现有证书”重新添加。
(我知道,这是老派的。但我花了太多时间才发现这一点,所以我在这里记录下来)