hetty icon indicating copy to clipboard operation
hetty copied to clipboard

Capture TLS handshake

Open 89z opened this issue 4 years ago • 0 comments

I am able to capture request like this:

curl -x localhost:8080 example.com

but I would like to capture TLS handshake (client hello) if possible. The reason is, certain servers will reject a request if it has the wrong handshake, so I would like to capture a working handshake and reuse it with a different client.

89z avatar Dec 09 '21 16:12 89z