One of my clients java/Cold Fusion application is trying to access my WCF web service endpoint using client certificate mutual authentication. We moved our wcf service to windows 2008 R2/IIS 7 machine and generated new certificate using 3rd party CA. After the change, client is getting 403.13 error. On investigation, I found that the Certificate Request does not include the new certificate in the distinguished names list. How can I configure IIS to include the client certificate in the trusted certificate list? 
1 Answers
Answers 1
You can't add trusted certificates, it's done on machine level. If you open MMC and add the certificate plugin you should be able to add it to the Trusted Root Certification Authorities on the server.
0 comments:
Post a Comment