I'm trying to setup SSL on a machine running XP.

I've got another computer here running 2003 w/ certification authority
installed on it.

When I go through the certificate request, authorization, installation
procedure everything seems to be working correctly, but when I go to access
the web site with https:// I get a the page cannot be displayed error in IE
and a the connection was interrupted error in firefox.

Checking my even log I have this in my system log:
A fatal error occurred when attempting to access the SSL server credential
private key. The error code returned from the cryptographic module is
0x80090016.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Re: IIS 5.1 and SSL not working correctly by Ken

Ken
Tue Jan 10 00:07:28 CST 2006

from winerr.h

0x80090016
NTE_BAD_KEYSET
# Keyset does not exist

Not sure what's going on here - maybe the private key is missing or
something. Have you tried deleting the cert, and requesting a new one?

Another tool you can try is SSLDiag:
http://www.microsoft.com/downloads/details.aspx?FamilyID=cabea1d0-5a10-41bc-83d4-06c814265282&DisplayLang=en

Cheers
Ken


"Joel Barsotti" <joelbarsotti@hotmail.com> wrote in message
news:eSnHE7VFGHA.2204@TK2MSFTNGP10.phx.gbl...
: I'm trying to setup SSL on a machine running XP.
:
: I've got another computer here running 2003 w/ certification authority
: installed on it.
:
: When I go through the certificate request, authorization, installation
: procedure everything seems to be working correctly, but when I go to
access
: the web site with https:// I get a the page cannot be displayed error in
IE
: and a the connection was interrupted error in firefox.
:
: Checking my even log I have this in my system log:
: A fatal error occurred when attempting to access the SSL server credential
: private key. The error code returned from the cryptographic module is
: 0x80090016.
:
: For more information, see Help and Support Center at
: http://go.microsoft.com/fwlink/events.asp.
:
: