2024-06-29
| ||
01:29 | • Closed ticket [8de7f5aa07]: Enable debugging with wireshark plus 5 other changes artifact: 90b01a63b8 user: bohagan | |
2022-05-30
| ||
16:14 | Bug [8de7f5aa07]: Add support for dumping SSL keys check-in: 2c773b9a38 user: schelte tags: feature-dump-keys | |
2021-08-27
| ||
09:17 | • New ticket [8de7f5aa07] Enable debugging with wireshark. artifact: 2b67d297aa user: schelte | |
Ticket Hash: | 8de7f5aa07242f07813c31db172269f43669a460 | |||
Title: | Enable debugging with wireshark | |||
Status: | Closed | Type: | Feature Request | |
Severity: | Important | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2024-06-29 01:29:12 | |||
Version Found In: | b5c41cdeb6 | |||
User Comments: | ||||
schelte added on 2021-08-27 09:17:04:
Debugging applications that use encrypted communications is difficult because tcpdump or wireshark will only show gibberish. However, wireshark has the ability to use a file with (pre-)master secrets, which will allow it to decrypt the traffic. I propose to add the option to generate such a file to tcltls. The standard way to do this is by setting the environment variable SSLKEYLOGFILE. A patch is available here bohagan added on 2024-06-29 01:29:12: This feature request was added in commit [2c773b9a38b5e26e] and merged in commit [bed86d33036e5ba3]. |