Does IIS do the SSL certificate check or do I have to verify it?
问题 I have a IIS set up to only accept client connections with a SSL certificate. I have a WCF service running on IIS. I have a Certification Authority in the servers trusted CAs. Now, when a client connects to the service, does IIS validate that the client certificate was issued by one of my trusted CAs? Or do I have to do the validation in my WCF service? Also if I want the service to only accept connections from one particular CA (not all of my trusted CAs, just one) , would I have to do the