https - SSL/TLS process problems, maybe TLS Record layer issue -
https - SSL/TLS process problems, maybe TLS Record layer issue -
i'm developing server handling ssl. can process ssl request browser. request begins this:
0001 0110 0000 0011 0000 0001
meaning: (0001 0110) 22, handshake record. 0000 0011 3, 0000 0001 1, means ssl version 3.1
the server works fine request browser.
charles http proxy / http monitor / reverse proxy enables developer view of http , ssl / https traffic between machine , internet.
but when turn on charles ssl proxying, charles man-in-the-middle, although request started browser, server got request charles. request begins this:
1000 0000 0110 1110 0000 0001
then don't know how process @ all. me it's not next ssl protocol. ideas?
i found reason. it's 'version 2.0 client-hello message'. 'note message must sent straight on wire, not wrapped tls record.'
the detail here: http://tools.ietf.org/html/rfc5246#appendix-e.2
ssl https proxy
Comments
Post a Comment