Method: Gem::Net::HTTP#verify_depth
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#verify_depth ⇒ Object
Sets or returns the maximum depth for the certificate chain verification.
1584 1585 1586 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1584 def verify_depth @verify_depth end |