Actions
Feature #8461
closedEasy way to disable certificate checking in XMLRPC::Client
Description
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)
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0