From: "herwinw (Herwin Weststrate)" Date: 2013-05-29T22:01:13+09:00 Subject: [ruby-core:55197] [ruby-trunk - Feature #8461][Open] Easy way to disable certificate checking in XMLRPC::Client Issue #8461 has been reported by herwinw (Herwin Weststrate). ---------------------------------------- Feature #8461: Easy way to disable certificate checking in XMLRPC::Client https://bugs.ruby-lang.org/issues/8461 Author: herwinw (Herwin Weststrate) Status: Open Priority: Low Assignee: Category: 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/