Re: Help with IPSec
From: Jacco de Leeuw (jacco2_at_dds.mil)
Date: 06/30/05
- Previous message: Michel Gallant: "Re: computing hash from a pkcs7 signature"
- In reply to: xjaguar: "Help with IPSec"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 30 Jun 2005 17:20:34 +0200
> 7-01: 11:37:04:719:298 AcquireContext Sig Key error: -2146893802
> ...
> From event viewer, it seems that ipsec is complaining about no private key
> found for machine certificate. But there is private key for selected
> certificate.
-2146893802 = 0x80090016
http://msdn.microsoft.com/library/en-us/seccrypto/security/cryptacquirecontext.asp
NTE_BAD_KEYSET( 0x80090016L ) The key container could not be opened.
A common cause of this error is that the key container does not exist.
To create a key container, call CryptAcquireContext using the
CRYPT_NEWKEYSET flag. This error code can also indicate that access to
an existing key container is denied. Access rights to the container can
be granted by the key set creator by using CryptSetProvParam.
Does it work if you log on as Administrator?
Jacco
-- Jacco de Leeuw mailto:jacco2@dds.mil Zaandam, The Netherlands http://www.jacco2.dds.nl Please note: my real e-mail address is not shown, due to spam. (Hint: I'm *not* in the military but in the Netherlands...)
- Previous message: Michel Gallant: "Re: computing hash from a pkcs7 signature"
- In reply to: xjaguar: "Help with IPSec"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|