iroh icon indicating copy to clipboard operation
iroh copied to clipboard

Log TLS keys of the relay client when keylog is used

Open flub opened this issue 1 year ago • 0 comments

We have an Endpoint::builder().keylog(true) function which logs the QUIC TLS keys when using the SSLKEYLOGFILE variable. However we do not log the TLS keys used for the relay server so this traffic is not visible. We should add this to the relay client, and maybe the relay server too.

flub avatar Aug 22 '24 14:08 flub