From: Dimitri Aivaliotis Date: 2006-03-17T00:48:24+09:00 Subject: Re: CURL-alike library for ruby On 3/16/06, Yaroslav Tarasenko wrote: > --- > clnt = HTTPAccess2::Client.new > clnt.ssl_config.verify_mode = nil > --- Try: clnt.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_NONE It took me awhile before I found this when I had to do it, too. - Dimitri