mandarps wrote: > Hi, > > I am getting following error while calling the web service method. > > c=SOAP-ENV:Sender, d=SSL connect failed in tcp_connect(),v=(null) > s=SSL_ERROR_SSL error:14090086:SSL > routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed > > However the call to soap_ssl_client_context succeeds. > The call has following attributes > > soap_ssl_client_context(&soap, > SOAP_SSL_DEFAULT | SOAP_SSL_SKIP_HOST_CHECK, > m_strWebSecureClientCertPath.c_str(), > m_strWebSecureCertificatePwd.c_str(), > m_strWebSecureServerCertPath.c_str() , > NULL, > NULL); > > Your reply is apriciated. > > Regards > > Mandar
I vaguely remember something similar problem, which had a misleading error message. Are you sure your Pwd is not NULL/empty? If the server's cert is not password protected you still need to provide a password, which can be anything. Best, matt
