I have a 2102 server with IIS running a webdav share. I initially set this up to have client certificates to authenticate, which worked properly but client requested to remove this requirement and only use windows authentication. I changed the SSL configuration to Ignore, but it still asks for the client certificate each time someone connects. I then tried removing the client certificate features from IIS with no change, then removed IIS and reset it up without any configuration of the client certificate. http webdav works fine, but any time I use https it asks the client for a client certificate.
How do I go about removing the request for client certificates?
Chris