Method: Net::HTTP#verify_mode

Defined in:
lib/net/http.rb

#verify_modeObject

Sets the flags for server the certification verification at beginning of SSL/TLS session.

OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER are acceptable.



932
933
934
# File 'lib/net/http.rb', line 932

def verify_mode
  @verify_mode
end