Protocols | |
TLS 1.2 | Yes |
TLS 1.1 | Yes |
TLS 1.0 | Yes |
SSL 3 | No |
SSL 2 | No |
Cipher Suites (in order of preference) | ||
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02b )
Forward Secrecy
|
128 | |
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f )
Forward Secrecy
|
128 | |
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca9 )
Forward Secrecy
|
256 | |
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca8 )
Forward Secrecy
|
256 | |
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a )
Forward Secrecy
|
256 | |
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009 )
Forward Secrecy
|
128 | |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013 )
Forward Secrecy
|
128 | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014 )
Forward Secrecy
|
256 | |
TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33 )
Forward Secrecy
|
128 | |
TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x39 )
Forward Secrecy
|
256 | |
TLS_RSA_WITH_AES_128_CBC_SHA (0x2f )
|
128 | |
TLS_RSA_WITH_AES_256_CBC_SHA (0x35 )
|
256 | |
TLS_RSA_WITH_3DES_EDE_CBC_SHA (0xa )
|
112 | |
(1) When a browser supports SSL 2, its SSL 2-only suites are shown only on the very first connection to this site. To see the suites, close all browser windows, then open this exact page directly. Don't refresh. |
Protocol Details | |
Server Name Indication (SNI) | Yes |
Secure Renegotiation | Yes |
TLS compression | No |
Session tickets | Yes |
OCSP stapling | Yes |
Signature algorithms | SHA256/RSA, SHA384/RSA, SHA512/RSA, SHA1/RSA, SHA256/ECDSA, SHA384/ECDSA, SHA512/ECDSA, SHA1/ECDSA, SHA256/DSA, SHA1/DSA |
Elliptic curves | secp256r1, secp384r1, secp521r1 |
Next Protocol Negotiation | Yes |
Application Layer Protocol Negotiation | Yes h2 spdy/3.1 http/1.1 |
SSL 2 handshake compatibility | No |
You cannot use only <client> because there are cases (namely, traffic from Fiddler itself) where there is no other client to mimic.
Enabling ssl2 is problematic in general, as it forces the client to use the SSL2 handshake format.
The website documentation, alas, hasn't been updated in several years. The most current and comprehensive documentation can be found in HTTPS://fiddlerbook.com