Class: OpenSSL::SSL::SSLContext
- Inherits:
-
Object
- Object
- OpenSSL::SSL::SSLContext
- Includes:
- SslAllowCname::MonkeyPatch
- Defined in:
- lib/ssl_allow_cname.rb
Instance Attribute Summary collapse
-
#allow_cname ⇒ Object
Returns the value of attribute allow_cname.
Method Summary
Methods included from SslAllowCname::MonkeyPatch
verify_allow_cname, verify_hostname
Instance Attribute Details
#allow_cname ⇒ Object
Returns the value of attribute allow_cname.
32 33 34 |
# File 'lib/ssl_allow_cname.rb', line 32 def allow_cname @allow_cname end |