From: Zachary Scott <zachary@...> Date: 2013-06-03T11:00:24+09:00 Subject: [ruby-core:55265] Re: [ruby-trunk - Feature #8461] Easy way to disable certificate checking in XMLRPC::Client Whoops! :+1: On Mon, Jun 3, 2013 at 10:13 AM, kou (Kouhei Sutou) <kou@cozmixng.org> wrote: > > Issue #8461 has been updated by kou (Kouhei Sutou). > > > It seems that lib/xmlrpc/ doesn't have maintainer. (cf. https://bugs.ruby-lang.org/projects/ruby/wiki/Maintainers ) > So I'm not a maintainer of lib/xmlrpc/. I don't know why I was assigned this ticket. (I think zzak mistook. :-) > > By the way, I can become a maintainer of lib/xmlrpc/ If nobody objects it, I will handle this ticket. > > ---------------------------------------- > Feature #8461: Easy way to disable certificate checking in XMLRPC::Client > https://bugs.ruby-lang.org/issues/8461#change-39657 > > Author: herwinw (Herwin Weststrate) > Status: Assigned > Priority: Low > Assignee: kou (Kouhei Sutou) > Category: lib > Target version: > > > I have an awful lot of XMLRPC code that does the following: > > c = XMLRPC::Client.new(....) > c.instance_variable_get(:@http).instance_variable_set(:@verify_mode, OpenSSL::SSL::VERIFY_NONE) > > It would be nice if some syntactic sugar would be added so I could just do something like this: > > c.set_ssl_verify_mode(OpenSSL::SSL::VERIFY_NONE) > > > -- > http://bugs.ruby-lang.org/ >