Monday, November 20, 2017

In SSL/TLS communication with IIS, Certificate Request does not contain my client cert

Leave a Comment

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? enter image description here

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.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment