Skip to content

Commit

Permalink
Update release notes/v0.38.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: na-- <n@andreev.sh>
  • Loading branch information
oleiade and na-- authored May 4, 2022
1 parent 5f76628 commit 4aab406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.38.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function() {
This release adds the ability to dump SSL keys while making TLS connections.
You then can use these keys to decrypt all traffic that k6 generates.

To accomplish this, set the `SSLKEYLOGFILE` to some file path and run k6.
To accomplish this, set the `SSLKEYLOGFILE` environment variable to some file path and run k6.
This will populate the file with the keys.
Then you can use Wireshark to capture the traffic, decrypt it, and use that for debugging.

Expand Down

0 comments on commit 4aab406

Please sign in to comment.