vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.73k stars 259 forks source link

Support log TLS keys #105

Open max0ne opened 3 years ago

max0ne commented 3 years ago

Would be useful if websocat can log the SSL keys so I can packet capture the transmissions. Something like environment varilableSSLKEYLOGFILE, similar to curl

pleothaud commented 3 years ago
vi commented 3 years ago

@pleothaud ?

vi commented 3 years ago

Unlikely to be supported in Websocat 1, may eventually come in Websocat 3.

For now you can use a workaround with using other CLI tool for TLS part (which hopefully supported SSLKEYLOGFILE) instead of using TLS support in Websocat's TLS directly.