Hi all,
I am struggling with the code 403.16 Forbidden situation on an IIS 8.0. The additional message i get is:"A Secure Sockets Layer (SSL) client certificate identifies you as a valid user of the resource. This error can occur if you choose a client certificate created by a Certificate Authority (CA) that is not trusted by the Web server. "
I am using a certificate issued by an internal CA. The certificate used by the IIS is also issued by the same CA. The root CA is in Trusted Root CAs and many other places.
It seems to me that the IIS is not able to process the CA root certificate or something similar.
This is in a context of a Web Service which is using the certificate as authentication method.
Note: i am able to browse using the url without any issues.
Is there any way to disable all those sort of checking the IIS is doing in order to move further with my work?
Thanks,