Knowledgebase

IIS 5.x and 6.x: Disable Client Auth  Print this Article

If Client Authentication is enabled, before accessing the site, you will see the message Choose a digital certificate: Identification.

If you would like to enable the site for every user, follow the instructions:

    • Open the IIS console.
    • Right-click on the website which uses SSL certificate and left-click Properties.
    • Click the Directory Security Tab.
    • Under the Secure Communications section, click the Edit button and Do not require option (in dome versions: Ignore Client Certificates).
    • Uncheck Enable clientcertificate mapping.
    • Click OK to save changes.

Was this answer helpful?

Related Articles

Java Keytool: commands
Deleting a certificate:  keytool -delete -alias aliasname List all of the...
How do I make my own bundle file from CRT files?
You may do this using you favorite text editor or by using the command line.Example: #...
Convert certificates formats (PEM/P7B/PFX/DER)
You can change certificate format using OpenSSL commands or SSL Converter tool. The...
Changing .crt file into the .cer format
Double-click on the yourwebsite.crt file to open it into the certificate display. In a new...
Converting .pfx file for use with Apache
Run the following command with open SSL:  openssl pkcs12 -in mypfxfile.pfx -out...