Skip to content

Traffic decryption in wireshark #1548

Answered by ferdnyc
brianrho asked this question in Q&A
Dec 29, 2022 · 4 comments · 18 replies
Discussion options

You must be logged in to vote

If the latter, would it be possible for GSConnect to spit out the needed secrets to decrypt the session traffic (just like it shows the SHA fingerprints under Encryption Info)?

Unlikely, but setting the SSLKEYLOGFILE envvar is child's play, and seems to work. It's the GSConnect daemon.js process that would need that value in its environment, and it's already setting TLS-related envvars as part of its setup.

// Allow TLSv1.0 certificates
// See https://github.com/GSConnect/gnome-shell-extension-gsconnect/issues/930
imports.gi.GLib.setenv('G_TLS_GNUTLS_PRIORITY', 'NORMAL:%COMPAT:+VERS-TLS1.0'

Replies: 4 comments 18 replies

Comment options

You must be logged in to vote
8 replies
@andyholmes
Comment options

@ferdnyc
Comment options

@brianrho
Comment options

@brianrho
Comment options

@brianrho
Comment options

Comment options

You must be logged in to vote
9 replies
@brianrho
Comment options

@brianrho
Comment options

@ferdnyc
Comment options

@brianrho
Comment options

@ferdnyc
Comment options

Answer selected by brianrho
Comment options

You must be logged in to vote
1 reply
@brianrho
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants