Article ID: 260096 - Last Review: December 3, 2007 - Revision: 3.4 Page Cannot Be Displayed When You Connect Through SSLThis article was previously published under Q260096 SYMPTOMS When you connect to a computer running Internet Information
Services (IIS) by using Secure Socket Layer (SSL), the following error message
may occur: The page cannot be displayed. The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. This Web site is usually the second Web site on the server. Connecting to the Web site through HTTP works correctly. CAUSE This error message can occur if you have SSL set on the
default Web site, and you remove the certificate, and then try to set it up on
a second Web site. If you run a netstat -an command, you can see that a service is listening on port 443, but you cannot connect to it. This is caused by a new implementation in IIS versions 5.0 and later called Socket Pooling. For additional information on socket pooling and how to disable it, click the article number below to view the article in the Microsoft Knowledge Base: 259349
(http://support.microsoft.com/kb/259349/EN-US/
)
IIS Binds To All Available IP Addresses When It Starts
RESOLUTIONNOTE: For the purposes of this article, two Web sites are installed:
the default Web site and the Administration Web site. By default, SSL is
enabled on the default Web site.
WORKAROUND Restarting the IIS services may resolve the error message.
If it does not, follow the steps in the "Resolution" section of this article.
MORE INFORMATION After SSL is enabled on an IIS Web server, the IIS service
begins to listen on all used and unused IP addresses on ports 80 and 443. For
multi-IP address servers, you may want to disable this feature. This feature
was added the product for performance gain. This problem usually occurs when you try to set up SSL on the administration Web site. IIS finds the SSL settings for the default Web site and listens on port 443. However, the default Web site does not have a certificate to correspond to that site. Therefore, no connection can be made, which is why you can see a server listening on port 443, but you cannot connect to the site. | Article Translations
|
Back to the top
