I configure the server so that only oriented certificates can get into the web service. It is configured to use SSL / Client certificates, anonymous authentication, asp.net impersonation, form authentication, and Windows authentication. One-on-one certificate mapping is enabled, and certificates are installed in the field with the corresponding user mappings. When I try to use webservice, I get 401.2. If I enable anonymous authentication, it works, but I do not want any old certificate to be able to access the website.
I have another machine that has anonymous authentication disabled in this configuration and it works. I'm not sure what the difference is.
source share