Ask Your Question

Revision history [back]

I'm not 100% sure about this but from your SSL log:

ssl_set_cipher found CIPHER 0x1302 TLS_AES_256_GCM_SHA384

This is a TLS 1.3 cipher and TLS 1.3 can't be decrypted using the certificate private key. To decrypt the traffic you'll have to obtain the pre-master secret from either the client or the server, see the wiki page on TLS for more info.