Hello All,
I am trying working on getting my client connected to Microsoft SQL Server.
Handshake fails after server hello. I keep getting error Subject Issuer
Mismatch
*
int X509_check_issued(X509 *issuer, X509 *subject)
{
if(X509_NAME_cmp(X509_get_subject_name(issuer),
X509_get_issuer_name(subject)))
return X509_V_ERR_SUBJECT_ISSUER_MISMATCH;*
Here are my certificate chain details
Root Certificate----
Subject Name:- CN = nc-panthers , DC = sso, DC = raldev, DC = com
Issuer Name :- CN = nc-panthers , DC = sso , DC = raldev , DC = com
---------------------------------------------------
Client certificate which is signed by root certificate.
Subject Name :- CN = nc-win2008x64.americas.prog.com , OU = QA , O = DD ,
L = Morrisville, S = NC , C = US
Issue Name :- CN = nc-panthers , DC = sso, DC = raldev, DC = com
I am confused, is the chain broken? Any inputs will be of great help
-mithun