Displaying 1 result from an estimated 1 matches for "sslpeercertificateerror".
2013 Jan 08
6
Fwd: HOW TO USE SSL IN SAVON
HI All,
I want to consume the SOAP apis using SSL in the SAVON gem, but I am facing
the below error while trying to access the soap services.
client = Savon.client(wsdl: "https://xxx?WSDL")
client.operations
HTTPI GET request to xxxxx (curb)
HTTPI::SSLError: Curl::Err::SSLPeerCertificateError
In the Savon site <http://savonrb.com/version2.html#globals-ssl> I found
that options to pass the SSL certificate file, but I didin''t understand it,
since why do we need to have the ssl certificate to consume the API? Also
let me know the way to consume the SOAP service with SSL.
r...