Hi,

I had developed the gSoap based application which worked fine for 
openssl-0.9.7g-1. However the library was updated with newer 
verseion and things started failing while doing the certificate 
varification. ("SSL_ERROR_SSL error:14090086:SSL routines: 
SSL3_GET_SERVER_CERTIFICATE: certificate verify failed")

In theory things should work fine with newer versions as well. Just 
wanted to know if any settings are required to be done for openssl 
in the file "openssl.cnf" which is having default settings at the 
moment.

Also wanted to know if the rootCA needs to be installed at some 
specific location or copying the file at any accessible location is 
fine.

The SSL Context was initialised with following settings.
soap_ssl_client_context(&soap,
SOAP_SSL_DEFAULT | SOAP_SSL_SKIP_HOST_CHECK,
strWebSecureClientCertPath,
strWebSecureCertificatePwd,
strWebSecureServerCertPath,
NULL,
NULL);

Thanking in advance.

Regards


Mandar

Reply via email to