<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>“ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx</link><description>We’ve seen a few instances of the following error message on 64 bit servers when IIS 7.0 is attempting to process a pending certificate request: Complete Certificate Request There was an error while performing this operation. Details: CertEnroll::CX509Enrollment::p_InstallResponse:</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9338667</link><pubDate>Sun, 18 Jan 2009 23:06:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9338667</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;Thanks a lot. Solution 2 solved my problem!&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9392096</link><pubDate>Tue, 03 Feb 2009 03:17:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9392096</guid><dc:creator>Phil</dc:creator><description>&lt;P&gt;When I attempt to run the certutil command on SBS2008 I get a permission error stating this command requires elevated priviledges to run. &amp;nbsp;Administrator privs are required to run this command. &amp;nbsp;Since the Administrator account is disabled/dissappears in SBS2008, I tried using the netword admin account and it gets the permissions error. &amp;nbsp;Am I missing something&lt;/P&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9526944</link><pubDate>Wed, 01 Apr 2009 18:13:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9526944</guid><dc:creator>Drew</dc:creator><description>&lt;p&gt;Thank you. Solution 2 worked for me with a GoDaddy SSL cert. &amp;nbsp;&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9704377</link><pubDate>Sun, 07 Jun 2009 18:15:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9704377</guid><dc:creator>Mads Nissen</dc:creator><description>&lt;p&gt;The second approach using certutil (under elevated privs on win2008 web edition) is getting an access denied :&lt;/p&gt;
&lt;p&gt;No key provider information&lt;/p&gt;
&lt;p&gt;Cannot find the certificate and private key for decryption.&lt;/p&gt;
&lt;p&gt;CertUtil: -repairstore command FAILED: 0x80090010 (-2146893808)&lt;/p&gt;
&lt;p&gt;CertUtil: Access denied.&lt;/p&gt;
&lt;p&gt;Guess I'll need to try option 1 then :(&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9808984</link><pubDate>Tue, 30 Jun 2009 00:56:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9808984</guid><dc:creator>Harry Lee</dc:creator><description>&lt;p&gt;solution 2 did not work with Godaddy without the following modifications on server 2008 on the last step&lt;/p&gt;
&lt;p&gt;certutil -repairstore &amp;quot;My&amp;quot; &amp;quot;insert all of the thumbprint characters here&amp;quot;&lt;/p&gt;
&lt;p&gt;Basically put quotes &amp;quot;My&amp;quot; and don't put the {} marks where the thumbprint goes. &amp;nbsp;Thanks.&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9830348</link><pubDate>Sun, 12 Jul 2009 18:20:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9830348</guid><dc:creator>Matthew Kaney</dc:creator><description>&lt;p&gt;I believe I have found the cause of the problem. &amp;nbsp;If you are renewing an existing certificate (when I say renew I am not referring to the renew certificate function which most instructions warn against, but rather creating a certificate request from an existing certificate), when you complete the certificate request, you MUST right click on the existing certificate and select complete from the context menu. &amp;nbsp;If you attempt to right-click in an open area of the window and select complete request from that context menu, or if you delete the original certificate first and therefore can only right click in the open area of the window, you will receive this message. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have in fact deleted the original certificate, then you must follow the first procedure outlined above to rekey the certificate. Then you will be able to right click in the open area and select complete from that context menu.&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9832573</link><pubDate>Tue, 14 Jul 2009 03:34:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9832573</guid><dc:creator>Steve Bishop</dc:creator><description>&lt;p&gt;Option 2 worked for me as well except it didn't give it a name... just blank. &amp;nbsp;Still worked.&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9872423</link><pubDate>Mon, 17 Aug 2009 18:37:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9872423</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;When I try this I get prompted to enter a smartcard. &amp;nbsp;When I cancel out of that (we don't use smartcards) the certutil command fails with an ACCESS DENIED message.&lt;/p&gt;
&lt;p&gt;We don't use smartcards so I'm not sure why I'm being prompted for this.&lt;/p&gt;
&lt;p&gt;Anybody know anything about this?&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9897533</link><pubDate>Mon, 21 Sep 2009 16:39:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9897533</guid><dc:creator>Camelopardium</dc:creator><description>&lt;p&gt;Thanks a ton. Solution 2 rocks.&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9899940</link><pubDate>Sun, 27 Sep 2009 08:57:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9899940</guid><dc:creator>Joel Carlson</dc:creator><description>&lt;p&gt;Same here, thanks so much for Solution #2 - you saved a lot of headache and downtime!&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9900910</link><pubDate>Tue, 29 Sep 2009 21:18:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900910</guid><dc:creator>Nick Seibert</dc:creator><description>&lt;p&gt;Many thanks for this solution. #2 worked perfectly for me. &lt;/p&gt;
&lt;p&gt;Also, even though the Name for the cert is blank in IIS, this can be remedied through the MMC. &lt;/p&gt;
&lt;p&gt;start -&amp;gt; run -&amp;gt; mmc -&amp;gt; File -&amp;gt; Add/Remove Snap-in -&amp;gt; select Certificates etc.&lt;/p&gt;
&lt;p&gt;Then go to Certificates -&amp;gt; Personal -&amp;gt; Certificates -&amp;gt; select the desired cert, right click, properties -&amp;gt; set a friendly name. Easy. &lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9912031</link><pubDate>Fri, 23 Oct 2009 12:52:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9912031</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;I tried option 1 first, that did not work. &amp;nbsp;Then tried option 2 which did work. &amp;nbsp;Thank you.&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9927971</link><pubDate>Tue, 24 Nov 2009 14:35:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927971</guid><dc:creator>Vlad</dc:creator><description>&lt;p&gt;Thanks a lot! # 2 worked great!!!!&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9928347</link><pubDate>Wed, 25 Nov 2009 02:38:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928347</guid><dc:creator>james knight</dc:creator><description>&lt;p&gt;awesome my friend.. thank u so much... really option 2 was the one that worked for me. also on another forum they had said that copy from current to local account but that didnt work for me as the certutil command would complain that it could not find the certificate and private key for decryption. By doing the add-in and guiding to the .cer file, cert util worked fine...&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9929615</link><pubDate>Sat, 28 Nov 2009 10:33:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9929615</guid><dc:creator>Richard S</dc:creator><description>&lt;p&gt;Amazing!! Option 2 worked for me as well!&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9931439</link><pubDate>Wed, 02 Dec 2009 15:33:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9931439</guid><dc:creator>Madrooki</dc:creator><description>&lt;p&gt;Thank you! Solution 2 worked a treat!&lt;/p&gt;
&lt;p&gt;Wasted so much time with this rubbish until I saw your blog.&lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9935854</link><pubDate>Fri, 11 Dec 2009 19:31:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9935854</guid><dc:creator>Charlie Messerly</dc:creator><description>&lt;p&gt;Thanks Option 2 did the trick!!! This solved my problem of installation of GoDaddy SSL Certificate on I1S 7.0 with response ANS1 bad tag in cert enroll. &lt;/p&gt;</description></item><item><title>re: “ASN1 bad tag value met” error when processing a certificate request in IIS 7</title><link>http://blogs.msdn.com/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx#9936829</link><pubDate>Tue, 15 Dec 2009 00:50:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9936829</guid><dc:creator>Scott</dc:creator><description>&lt;p&gt;I couldn't get either option to work but I managed to export the certificate to a .PFX (with the private key) and import it to IIS7 on the same box.&lt;/p&gt;
&lt;p&gt;GoDaddy were no help whatsoever with their automated responses.&lt;/p&gt;</description></item></channel></rss>