Method: Net::HTTP#verify_mode
- Defined in:
- 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/net/http.rb', line 1589 def verify_mode @verify_mode end |