brpc icon indicating copy to clipboard operation
brpc copied to clipboard

feat: enable TLS key logging via SSLKEYLOGFILE env

Open koarz opened this issue 2 weeks ago • 0 comments

What problem does this PR solve?

Issue Number: resolve

Problem Summary:

This commit adds support for the SSLKEYLOGFILE environment variable, enabling the export of TLS master secrets. This allows developers to decrypt HTTPS/TLS traffic using tools like Wireshark for debugging purposes.

What is changed and the side effects?

Changed:

Side effects:

  • Performance effects:

  • Breaking backward compatibility:


Check List:

koarz avatar Dec 16 '25 03:12 koarz