How to avoid SSL verification on Ruby SOAP calls |
|
|
|
Problem You will get following error when you are making SOAP calls to external web service using ruby's SOAP library OpenSSL::SSL::SSLError: certificate verify failed code might look something like this driver = SOAP::RPC::Driver.new("https://<your soap end point>", "<soap URN>") d...
Read the complete blog post here |
|
Possibly related messages |
|
|
COMMENTS |



