November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Disable CRL Checking

How to Disable CRL Checking in IIS 6.x:

  1. Open a CMD prompt
  2. Navigate to c:\inetpub\adminscripts
  3. To disable for ALL sites, run the following command:
    • cscript adsutil.vbs set w3svc/CertCheckMode 1
    • Hit the ENTER key
  4. To disable for SPECIFIC sites, run the following command:
    • cscript adsutil.vbs set w3svc/siteid#/CertCheckMode 1
    • Hit the ENTER key

To query to see if the CertCheckMode is already set or not, you can run one of the following commands:

  • cscript adsutil.vbs get w3svc/CertCheckMode
  • cscript adsutil.vbs get w3svc/siteid#/CertCheckMode

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>