akka/akka-core

Support TLS session key logging

Open

#19,511 opened on Jan 18, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:stream

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

http://jsslkeylog.sourceforge.net provides a means for Wireshark to tap SSL connections, but it's not maintained and not very reliable under JDK 1.8.

If Akka-HTTP is doing it's own TLS, could it generate the file that jSSLKeyLog generates with a lot less hackery?

Ref #16830

Contributor guide