I try to get 2-way SSL working on a windows server but still cannot provide a list of certificate that client requires.
Server: Windows Server 2008R2
IIS: 7.5
Client Certificate installed:: Entrust Root, Entrust Intermediate and client public key
Testing command: openssl s_client -connect veritydevservice.fmr.com:443
Expected results:
...
Acceptable client certificate CA names
/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO SSL CA
...
Actual Results:
---
No client certificate CA names sent
---
I am not sure where went wrong and will appreciate your help very much.
Aiming