ssl_options=
- 1.0.0
- 1.1.6
- 1.2.6
- 2.0.3
- 2.1.0
- 2.2.1
- 2.3.8 (0)
- 3.0.0 (0)
- 3.0.9 (-1)
- 3.1.0 (0)
- 3.2.1 (0)
- 3.2.8 (0)
- 3.2.13 (0)
- 4.0.2
- 4.1.8
- 4.2.1
- 4.2.7
- 4.2.9
- 5.0.0.1
- 5.1.7
- 5.2.3
- 6.0.0
- 6.1.3.1
- 6.1.7.7
- 7.0.0
- 7.1.3.2
- 7.1.3.4
- What's this?
ssl_options=(opts={})
public
Options that will get applied to an SSL connection.
-
:key - An OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
-
:cert - An OpenSSL::X509::Certificate object as client certificate
-
:ca_file - Path to a CA certification file in PEM format. The file can contain several CA certificates.
-
:ca_path - Path of a CA certification directory containing certifications in PEM format.
-
:verify_mode - Flags for server the certification verification at beginning of SSL/TLS session. (OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER is acceptable)
-
:verify_callback - The verify callback for the server certification verification.
-
:verify_depth - The maximum depth for the certificate chain verification.
-
:cert_store - OpenSSL::X509::Store to verify peer certificate.
-
:ssl_timeout -The SSL timeout in seconds.