Method: HTTPClient::SSLConfig#verify_depth
- Defined in:
- lib/httpclient/ssl_config.rb
#verify_depth ⇒ Object
A number of verify depth. Certification path which length is longer than this depth is not allowed.
48 49 50 |
# File 'lib/httpclient/ssl_config.rb', line 48 def verify_depth @verify_depth end |