SelfSSL: Failed to acquire the cryptographic context
am 08.02.2005 17:59:41 von Pale-User
Hello,
I am trying to install a self signed certificate in IIS6
and having problems. I use SelfSSL from IIS Resource Toolkit.
What I get is the following error message:
Failed to acquire the cryptographic context: 0x8009000f
Any ideas? Thank you for your help.
Re: SelfSSL: Failed to acquire the cryptographic context
am 09.02.2005 23:28:15 von jirir
You probably hit a bug in SelfSSL. This might make sense if you're familiar
with CryptoAPI. The error most likely occurs after calling functions
CryptAcquireContext. The error code means NTE_EXISTS: "The key container
already exists, but you are attempting to create it. If a previous attempt
to open the key failed with NTE_BAD_KEYSET, it implies that access to the
key container is denied".
--
Jiri Richter
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Pale-User" wrote in message
news:1107881981.296359.24960@o13g2000cwo.googlegroups.com...
> Hello,
>
> I am trying to install a self signed certificate in IIS6
> and having problems. I use SelfSSL from IIS Resource Toolkit.
>
> What I get is the following error message:
> Failed to acquire the cryptographic context: 0x8009000f
>
> Any ideas? Thank you for your help.
>