Getting 401 when using client certificate with IIS 7.5
- by Jacob
I'm trying to configure a web site hosted under IIS 7.5 so that requests to a specific location require client certificate authentication. With my current setup, I still get a "401 - Unauthorized: Access is denied due to invalid credentials" when accessing the location with my client cert.
Here's the web.config fragment that sets things up:
…