Method: HTTPClient::SSLConfig#ciphers
- Defined in:
- lib/httpclient/ssl_config.rb
#ciphers ⇒ Object
A String of OpenSSL’s cipher configuration. Default value is ALL:!ADH:!LOW:!EXP:!MD5:+SSLv2:@STRENGTH See ciphers(1) man in OpenSSL for more detail.
63 64 65 |
# File 'lib/httpclient/ssl_config.rb', line 63 def ciphers @ciphers end |