[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

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

Peter Aszkenasy

10/9/2007 10:41:00 AM

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....
=> "https://api.betfair.com/global/v3/BFGlobalService....
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/BFGlobalServi...
irb(main):004:0>

Thanks in advance
--
Posted via http://www.ruby-....

2 Answers

NAKAMURA, Hiroshi

10/9/2007 2:34:00 PM

0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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/wik...

Regards,
// NaHi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iQEVAwUBRwuRTB9L2jg5EEGlAQK2jgf/TsJtoZBDynFBGT4fg8LEeGfosuU1EZ7Z
frb1BZo0CLPb6pacO3/bYmVR9APOwGzdfLBq5Fhw2BJ2WHSav7yHKZ+T0hRe9G/L
iIwAJgt9KZ6uQdp2y1bofIKbC7uG3yUMWMcP500ySq/5ObXYznoM6ygM7dCLJMJW
Z+PCsGAfsjfdIgVT9QN/zE4lXZpDsA/C3/lDszrTeMsnWjTwE6bSbMIC7M0cx0Yv
9Dj5SfopYiwOST1C6QF0Bh+aruLlsfLwrK2d3aSWvP4lHO/lGS0AeClDOwlt3dvw
X5ELgbf2AaBGiWQTl3mVufJJgrERusDksE+m6gA/fiR904aSrDS2RA==
=D5Um
-----END PGP SIGNATURE-----

Peter Aszkenasy

10/9/2007 2:54:00 PM

0

Thanks that works great!
--
Posted via http://www.ruby-....