Getting ASN1 bad tag error when trying to complete certificate request in IIS7

0

I have a multi-domain certificate I'm trying to install on IIS 7.0.

When I use the IIS manager to complete certificate request, I get the error:

There was an error while performing this operation. Details:

CertEnroll::CX509Enrollment::p_InstallResponse: ASN1 bad tag value met. 0x8009310b (ASN: 267)

One possible solution I found was to run certutil (after importing the cert via certmgr.msc):

certutil -repairstore my "certificate thumbprint"

But this gives me the error:

CertUtil: -repairstore command FAILED: 0x80090011 (-2146893807)
CertUtil: Object was not found.

I also tried importing the new certificate into IIS7, after converting it to a pfx file. IIS takes it but I can't bind it.

The error I get when I try to bind it is :

There was an error while performing this operation.

Details : A specified logon session does not exist. It may already have been terminated.

Any help is appreciated.

windows-server-2008
iis
iis-7
ssl-certificate
certificate
asked on Server Fault Aug 22, 2012 by James • edited Aug 23, 2012 by James

1 Answer

1

User contributions licensed under CC BY-SA 3.0