Wireshark doesn't decrypt TLS_PSK_WITH_AES_128_GCM_SHA256 cipher.

asked 2022-04-27 07:57:43 +0000

HenriR gravatar image

Hello, im using TLS_PSK_WITH_AES_128_GCM_SHA256 cipher with PSK and TLS1.2, It doesn't want to decrypt the data that i recieve. What could be the issue?

edit retag flag offensive close merge delete

Comments

Insufficient information to even make an attempt to help. TLS decryption does require some setup (otherwise everyone would be peeking at your TLS traffic.

The TLS dissector can create a debug log file, sharing that would be a start. See the TLS Wiki page for some help.

grahamb gravatar imagegrahamb ( 2022-04-27 09:03:59 +0000 )edit