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

2012-01-19 Thread Hamid.Shahid
me on my email address as well, because I asked one >question few weeks back and I never saw its reply until today when I >was searching for this new problem. CCed. Note http://marc.info/?l=openssl-users&w=2&r=1&s=hamid&q=b http://www.mail-archive.com/search?q=hamid.shahid

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

2012-01-17 Thread Hamid.Shahid
Hi, 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 let me know, what does this error indicates, and how can it be rectified. Please reply me on my email address as well, because I asked

error:14077410 --- sslv3 alert handshake failure

2011-12-13 Thread Hamid.Shahid
Hi, 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 SSL errors. Please let me know, what does this error indicates, and how can it be rectified. Socket bound with server Starting SSL HandShake on tcp

Problems with a setting certificates via OpenSSL in C++ (Windows)

2011-12-05 Thread Hamid.Shahid
Hi, I am trying to make a simple C++ (64-bit) client program that can establish a SSL connection with a remote server using OpenSSL on windows-7. I can successfully execute the followings to create a new context block; SSL_library_init(); SSL_load_error_strings(); meth=SSLv23_client_method(); c

Problems with a setting certificates via OpenSSL in C++ (Windows)

2011-12-03 Thread Hamid.Shahid
Hi, I am trying to make a simple C++ (64-bit) client program that can establish a SSL connection with a remote server using OpenSSL on windows-7. I can successfully execute the followings to create a new context block; SSL_library_init(); SSL_load_error_strings(); meth=SSLv23_client_method(); c