Client Certificates Authentication - Dirty Trick To Disable CRL Check. For Demos Only!

My lab domain has MS CA installed in it so I am able to issue certificates to the left and to the right. Recently I spent some time to understand why client certificates authentication does not work. More precisely the certificates dialog box was offering no client certificate to chose, as depicted below:

image

I first thought it is something on the client machine but after some investigation it turned out that it is IIS' part. IIS was unable to verify CRL. I was not in the mood of deploying CRL's so I decided to look into how to disable this feature. Here it is:

http://forums.iis.net/t/1100044.aspx

   Set oWeb = GetObject("IIS://localhost/W3SVC")
   oWeb.CertCheckMode = 1
   oWeb.SetInfo
   Set oWeb = Nothing

 

Open notepad paste the code above and save with vbs extension. Run it by double clicking it. Your IIS now do not give a damn about CRL.

NOT THE BEST OPTION FOR PRODUCTION ENVIRONMENT.

Good enough for demos.

Enjoy.

Published 14 August 07 04:12 by alikl

Comments

# Alik Levin s Client Certificates Authentication Dirty Trick To | Paid Surveys said on May 29, 2009 6:00 PM:

PingBack from http://paidsurveyshub.info/story.php?title=alik-levin-s-client-certificates-authentication-dirty-trick-to

New Comments to this post are disabled

Search

This Blog

. My Personal Blog .

.Net Performance How To's

.Net Security How To's

Design Patterns

Impactful

Lifecycle Phases

Popular

Tools

Syndication

Page view tracker