| |
soap4r |
There are a number of tutorials for setting up certificates, I never On Mar 19, 3:42 pm, "S. Robert James" <srobertja...@gmail.com> wrote: > 1. How can I install a CA root and tell SOAP4R / http-access2 to use > Is this an OpenSSL on Windows issue, or a configuration issue specific > Any help greatly appreciated.
had to deal with it. But if you want to ignore the verification on,
say, a SOAP::RPC::Driver object, you might do something like:
driver.options["protocol.http.ssl_config.verify_mode"] = 0
> access2 - because it rejects the other's certificate (at least on
> Windows).
> it?
> 2. Failing that, how can I tell them all to not verify the cert?
> (Although you loose MITM protection, you still retain at least privacy
> from passive attacks.)
> to http-access2?