RE: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:.\ssl\s3_clnt.c:984

2012-01-19 Thread Hamid.Shahid
, 2012 12:18 AM To: openssl-users@openssl.org Cc: Shahid, Hamid Subject: RE: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:.\ssl\s3_clnt.c:984 From: owner-openssl-us...@openssl.org On Behalf Of hamid.sha...@sungard.com Sent: Tuesday, 17 January, 2012 09:01 I am trying

RE: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:.\ssl\s3_clnt.c:984

2012-01-18 Thread Dave Thompson
From: hamid.sha...@sungard.com [mailto:hamid.sha...@sungard.com] Sent: Wednesday, 18 January, 2012 10:36 - Yes, I am calling load certificates before the trying to make a connection. According to your suggestion, I have tried to used openssl s_client to see the callback events and got

RE: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:.\ssl\s3_clnt.c:984

2012-01-17 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of hamid.sha...@sungard.com Sent: Tuesday, 17 January, 2012 09:01 I am trying to create SSL connection with a remote server using OpenSSL in visual C++ (Visual Studio-2008, Win-7). I am getting the following errors. Please