This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

verify_mode

        # OpenSSL::SSL::SSLContext.verify_mode

(from ruby core)
---

Session verification mode.

Valid modes are VERIFY_NONE, VERIFY_PEER, VERIFY_CLIENT_ONCE,
VERIFY_FAIL_IF_NO_PEER_CERT and defined on OpenSSL::SSL

The default mode is VERIFY_NONE, which does not perform any verification
at all.

See SSL_CTX_set_verify(3) for details.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.