-
test_server 和 test_client 交互,使用的openssl生成的server.key / server.crt |
Beta Was this translation helpful? Give feedback.
Answered by
MPK1
Jul 6, 2023
Replies: 1 comment
-
Hi @dead4ead, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kulsk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dead4ead,
you have to use
-k
to export the SSL key log file.You can then Go to Wireshark->Preferences->Protocols->TLS and select the key log file.
Wireshark will then decrypt all packets.