MS Certificate Services error

  • Thread starter Thread starter mat
  • Start date Start date
M

mat

Hi

I've w2k server sp4 ond MS Certificate Services on it.
On advenced certificate request I have "Generating Request" display hangs
and generates an
error something like:
Line 1140
Char 4
Error Could not complete the operation due to error
80095005
Code 0
URL: //<server_name>/certsrv/certrqma.asp

Have you any idea???
Please help
Mat
 
XENROLL_E_KEYSPEC_SMIME_MISMATCH winerror.h
# Signing certificate cannot include SMIME extension.
 
So have you any suggestion how to resolve it

Mat

U¿ytkownik "Drew Cooper said:
XENROLL_E_KEYSPEC_SMIME_MISMATCH winerror.h
# Signing certificate cannot include SMIME extension.
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


mat said:
Hi

I've w2k server sp4 ond MS Certificate Services on it.
On advenced certificate request I have "Generating Request" display hangs
and generates an
error something like:
Line 1140
Char 4
Error Could not complete the operation due to error
80095005
Code 0
URL: //<server_name>/certsrv/certrqma.asp

Have you any idea???
Please help
Mat
 
The XENROLL_E_KEYSPEC_SMIME_MISMATCH error is returned by one of the ICEnroll create methods in xenroll.dll
1) when the KeySpec property is being set to AT_SIGNATURE after the EnableSMIMECapabilities property was set to TRUE
2) when the EnableSMIMECapabilities property is set to TRUE after the KeySpec property was set to AT_SIGNATURE

This may be due to a mis-configured template

Thanks
Vishal Agarwal [MSFT

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top