Warning: peer certificate won't be verified in this SSL sess

Just wondering how to make the above warning message disappear from the
soap call?

irb(main):002:0> bf =
"https://api.betfair.com/global/v3/BFGlobalService.wsdl"
=> "https://api.betfair.com/global/v3/BFGlobalService.wsdl"
irb(main):003:0> soap =
SOAP::WSDLDriverFactory.new(bf).create_rpc_driver
warning: peer certificate won't be verified in this SSL session
ignored attr: {}abstract
ignored attr: {}nillable
ignored attr: {}mixed
=>
#<SOAP::RPC::Driver:#<SOAP::RPC::Proxy:https://api.betfair.com/global/v3/BFGlobalService>>
irb(main):004:0>

Thanks in advance

···

--
Posted via http://www.ruby-forum.com/.

Hi,

Peter Aszkenasy wrote:

Just wondering how to make the above warning message disappear from the
soap call?

Install httpclient/2.1.2 from http://dev.ctor.org/http-access2/wiki#Download

Regards,
// NaHi

Thanks that works great!

···

--
Posted via http://www.ruby-forum.com/.