I've created self-signed server certificate and client certificate following steps in this article.
I've also installed the issuer's cert into Trusted Root Certification Authorities store in both client side and server side, theninstalled the client .pfx cert and server .pfx cert each to client and server.
Then configured the one-to-one client cert mapping following this article. filled in cert Base64 blob, local administrator's user name and password.
I've installed the related features of IIS: Client Certificate Mapping Authentication and IIS Client Certificate Mapping Authentication.
I then configured the client cert to be required, when Access with IE 10, though the browser prompts me for certificate, the result is always 403 Access denied. Turn on the Failed Request Tracing, found below logs:
48. | view trace | Warning | <div id="section_errors_48_details"> MODULE_SET_RESPONSE_ERROR_STATUS
|
then
20. | view trace | Warning | <div id="section_errors_20_details"> MODULE_SET_RESPONSE_ERROR_STATUS
|
Any ideas?