Go to Google Groups Home    microsoft.public.sqlserver.server
RE: SQL2005 SP1 issue?

Michael Entin <michael.en...@>

I believe this timeout may occur because CryptoAPI validates the
assembly signature, and by default tries to access Certificate
Revocation List on the Internet. If you want to disable this, this
option (whether to contact CRL) is configurable in IE options: advanced
-> security.

This is per-user option, should be configured for account used to run
service.

If the service runs as Network Service account, you can't launch IE
under this user, you need to clone registry value 'State' from
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WinTrust\Tru
st Providers\Software Publishing
to
HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\WinTrust\T
rust Providers\Software Publishing

Hope this helps,
Michael.

*** Sent via Developersdex http://www.developersdex.com ***