I have a web server with iis 7.5 and ssl is set to ACCEPT. (lets call this service A). Its windows server 2008 r2.
I also have a root CA + Intermediate servers.
The client certificate loaded into service B and it sends a request to service A, it only works when the certificate loaded into service B is uploaded into TRUSTED PEOPLE. The root ca and intermediate are already loaded into service a's server.
It only works like this, but I believe that this should not be like this, it should be validadet against the root ca and/or intermediate certificates already loaded.
maybe Im missing something here?