SSL (https) Connection Slow with One Certificate but Faster with Others (295070)
The information in this article applies to:
- Microsoft Internet Information Services 5.0
- Microsoft Internet Information Server 4.0
This article was previously published under Q295070 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: SYMPTOMS
You may notice significant response differences when you browse to a Secure Sockets Layer (SSL) site and use different client or server certificates.
CAUSE
IIS is attempting to contact and download various certificate extensions as part of the SSL negotiation process. This usually involves Certificate Revocation List (CRL) checking, which is disabled by default in IIS 4.0 but enabled by default in IIS 5.0. For information on how to change the default values for CRL checking, search the IIS online product documentation (located at http://<IISComputerName>/iishelp) for the "CertCheckMode" keyword.
RESOLUTION
First, make sure that the issuing Certificate Authority (CA) root certificate is installed on the client. For additional information on how to do this, click the article number below
to view the article in the Microsoft Knowledge Base:
297681 Error Message: This Security Certificate Was Issued by a Company that You Have Not Chosen to Trust
Next, contact the CA that is responsible for issuing the certificate and have the CA change the certificate extensions to reflect a faster protocol or download location. For a Microsoft Certificate Authority that is running on Microsoft Windows 2000, this is done through a policy module.
To change the default policy module, follow these steps:
- Open the Microsoft Management Console (MMC). To do this, click Programs on the Start menu, click Administrative Tools, and then click Certificate Authority.
- Right-click the Certificate Authority (CA) MMC snap-in and click Properties.
- On the Policy Module tab, click Configure and click the X 509 Extensions tab.
The changes above will be reflected in all subsequently issued certificates.
NOTE: Existing certificates cannot be changed! NOTE: You may also have to perform the previous steps on intermediate CAs.
WORKAROUND
If the CA that issued your certificate cannot change the certificate extensions to reflect a faster protocol or download location (because the certificate was issued by a third party such as Verisign), fix any network or name resolution problems that may be preventing IIS from downloading files (usually .crl or .crt files) from the servers that are listed in the certificate's extensions.
To troubleshoot this, copy the URLs from the certificate's extensions and paste them into the browser on the IIS server, then use the Microsoft Network Monitor or the Wfetch.exe utility to identify any name resolution or network latency issues as the browser attempts to contact and download the extension files. For additional information on the Wfetch.exe utility, click the article number below
to view the article in the Microsoft Knowledge Base:
284285 How to Use Wfetch.exe to Troubleshoot HTTP Connections
STATUS
This behavior is by design.
REFERENCES
For more information, see the following Knowledge Base article:
289749 Certificate Revocation Lists (CRL) and IIS 5.0: Common Questions
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbpending kbprb KB295070 |
---|
|