Works great--can't believe that I didn't find it myself. That said, it
does provide a useful lesson for me: RDoc Documentation
doesn't mention private methods. So, for anyone in the future, look in
the private 'connect' method in net/http.rb in your local ruby library
for an explanation.
Works great--can't believe that I didn't find it myself. That said, it
does provide a useful lesson for me: RDoc Documentation
doesn't mention private methods.
It's just that the file https.rb is apparently not in www.ruby-doc.org
== class Net::HTTP
=== Instance Methods
[...]
: verify_mode, verify_mode=((|mode|))
Sets the flags for server the certification verification at
begining of SSL/TLS session.
OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER is acceptable.