IIS requesting certificates even though set to ignore
Posted
by lupefiasco
on Server Fault
See other posts from Server Fault
or by lupefiasco
Published on 2010-04-05T17:12:17Z
Indexed on
2010/04/05
17:13 UTC
Read the original article
Hit count: 531
I have a web site in IIS 6 with directory security set to Require secure channel (SSL) and Require 128-bit encryption. Also, the Client certificates setting is set to "Ignore client certificates".
When I hit https://servername/resource in Internet Explorer and Chrome , I am prompted for a certificate. I can cancel the prompt, and the resource will load, but I don't want to see this prompt at all. I looked at the virtual directories and resources within the web site, and they all have the ignore client certificates setting on. Could there be another setting, perhaps in the metbase, that is overriding the web site's directory security settings?
© Server Fault or respective owner