Hi all,
I am going crazy with an authentication issue. I will describe the configuration I have first.
1. Windows Server 2008 x64 with IIS7 (let's call this MachineIIS)
2. Windows Server 2003 x64 with standalone subordinate CA (let's call this MachineCA)
I have set the following (on Machine IIS):
- requested a web server certificate from MachineCA,
- installed the cert in IIS
- configured the iis client certificates mapping (many to one option)
- configured a web service to require certificates and to use the cert mapping described above
- the windows authentication is enabled
- any other type of authentication is disabled
- issue a client certificate on MachineIIS from MachineCA
Issues:
1. use the certificate to connect to the web service (from MachineIIS) is giving me the follwoing error:
(HTTP error 403.13 - Forbidden, your client certificate was revoked, or the revocation status could not be determined)
I have tried the url for the CRL and it's available.
2. using the client certificate from a different machine is giving me the follwoing error:
401 unauthorized: access is denied due to invalid credentials.
All this is driving me crazy.
Any help it is much appreciated.
Thank you.