Skip to content

Instantly share code, notes, and snippets.

@yo1dog
Last active September 10, 2016 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yo1dog/46d2604c9dc9c84b2de7225ebc25b263 to your computer and use it in GitHub Desktop.
Save yo1dog/46d2604c9dc9c84b2de7225ebc25b263 to your computer and use it in GitHub Desktop.
Example failed SSL TCP request captured by Fiddler.
CONNECT go.microsoft.com:443 HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Connection: keep-alive
Connection: keep-alive
Host: go.microsoft.com:443
A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.
Version: 3.3 (TLS/1.2)
Random: E9 18 8C 4B 70 0D F9 68 AB 23 0A 0F 69 9F 40 9D 19 71 91 12 2C 2E B1 4D 19 89 AF AA 42 D4 FA 97
"Time": 3/1/2010 1:43:37 PM
SessionID: empty
Extensions:
server_name go.microsoft.com
extended_master_secret empty
renegotiation_info 00
elliptic_curves secp256r1 [0x17], secp384r1 [0x18], secp521r1 [0x19]
ec_point_formats uncompressed [0x0]
SessionTicket empty
NextProtocolNego empty
ALPN h2, spdy/3.1, http/1.1
status_request OCSP - Implicit Responder
signature_algs sha256_rsa, sha384_rsa, sha512_rsa, sha1_rsa, sha256_ecdsa, sha384_ecdsa, sha512_ecdsa, sha1_ecdsa, sha256_dsa, sha1_dsa
Ciphers:
[C02B] TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
[C02F] TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
[CCA9] TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
[CCA8] TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
[C00A] TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
[C009] TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
[C013] TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA
[C014] TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA
[0033] TLS_DHE_RSA_WITH_AES_128_SHA
[0039] TLS_DHE_RSA_WITH_AES_256_SHA
[002F] TLS_RSA_AES_128_SHA
[0035] TLS_RSA_AES_256_SHA
[000A] SSL_RSA_WITH_3DES_EDE_SHA
Compression:
[00] NO_COMPRESSION
HTTP/1.1 200 Connection Established
FiddlerGateway: Direct
StartTime: 11:07:40.907
Connection: close
fiddler.network.https> HTTPS handshake to go.microsoft.com (for #1) failed. System.IO.IOException Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. < An existing connection was forcibly closed by the remote host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment