Server 2003 and SSL Certificates

Posted by Keith Stokes on Server Fault See other posts from Server Fault or by Keith Stokes
Published on 2009-12-05T23:39:30Z Indexed on 2010/04/10 11:03 UTC
Read the original article Hit count: 243

I have a Windows 2000 domain with dozens of Windows 2000 servers and a few 2003 servers.

Each server runs a custom app talking to a 3rd party utilizing self-signed certificates. To help troubleshooting we've created a custom test app.

The 2000 servers are able to talk within seconds. The 2003 servers take anywhere from 10-30 seconds using a domain account and much less, usually under 5 seconds using a local account. The only exception to the local account performance is a new account, which is slow initially then faster.

If you leave the test app open and reconnect repeatedly it talks in seconds. If you leave it open for sometime between 1 and 2 hours, it reverts back to the previous 10 seconds, so obviously something is caching.

Installing the destination certificates in the local 2003 server store makes no difference. I've installed the certificates in AD and that apparently makes domain accounts work in 9-12 seconds, vs 30 seconds that was regular before. Manually clearing the certificate store on the 2003 server makes no difference.

I'm at a loss as to where the certs might be cached and if I'm using some sort of domain certificate store that's hiding from me.

© Server Fault or respective owner

Related posts about windows-server-2000

Related posts about windows-server-2003