On Tuesday, January 8, 2013 8:40:56 AM UTC, Loganathan Sellappa wrote: > > 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. >
Well some webservices do require that clients authenticate themselves using a certificate. Does the webservice in question have that requirement? Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/9gsdjUVtp8wJ. For more options, visit https://groups.google.com/groups/opt_out.

