hetty
hetty copied to clipboard
Capture TLS handshake
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.