Method: Gem::Net::HTTP#verify_mode
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#verify_mode ⇒ Object
Sets or returns the flags for server the certification verification at the beginning of the SSL/TLS session. OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER are acceptable.
1589 1590 1591 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1589 def verify_mode @verify_mode end |