search for: ssl_rsa_with_rc4_128_sha

Displaying 2 results from an estimated 2 matches for "ssl_rsa_with_rc4_128_sha".

2013 Jul 16
1
curl ciphers name mapping openssl to curl format?
...ifies which ciphers to use in the connection. The list of ciphers must specify valid ciphers. Read up on SSL cipher list details on this URL:http://www.openssl.org/docs/apps/ciphers.html" In openssl: http://www.openssl.org/docs/apps/ciphers.html#CIPHER_SUITE_NAMES there are names such as "SSL_RSA_WITH_RC4_128_SHA RC4-SHA" but curl --ciphers RC4-SHA https://xxx.yyy curl: (59) Unknown cipher in list: RC4-SHA the same for --ciphers SSL_RSA_WITH_RC4_128_SHA the same. But for: curl --ciphers rsa_rc4_128_sha https://xxx.yyy the command works. Can you tell how to map strings from openssl to curl's format?...
2018 Oct 06
1
TLS handshake failure - Client Helo rejected
..._DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA, TLS_PSK_WITH_AES_256_CBC_SHA, TLS_PSK_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_RC4_128_SHA, TLS_PSK_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV, TLS_FALLBACK_SCSV] 2018.09.15 23:27:57.476 +0200 SSLHardening Setting SSL protocols: [TLSv1.2, TLSv1.1, TLSv1] 2018.09.15 23:27:57.490 +0200 [NETWRK.2652] Closing socket SSL socket...