You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spdy...@googlegroups.com
I've been trying to get unencrypted SPDY v3 packets for the last days now but have had no luck.
With SSL enabled Wireshark wasn't able to decrypt the SSL layer because Chrome seems to reuse SSL Sessions (The first session gets a 'close-notify' early in the handshake process). With firefox I was able to decrypt the SSL (no session reuse) but the result was of course SPDY v2. Running mod_spdy with no SSL also resulted in SPDY v2 being served (because of no negotiation option?)
Adam Langley
unread,
Aug 16, 2012, 10:34:24 AM8/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spdy...@googlegroups.com
On Thu, Aug 16, 2012 at 7:22 AM, theyok <jg....@gmail.com> wrote:
> I've been trying to get unencrypted SPDY v3 packets for the last days now
> but have had no luck.
If you can build a trunk version of Wireshark, then this should work:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spdy...@googlegroups.com
Thanks Patrick and AGL! I've ended up using the Firefox nightly build which indeed worked after disabling some cipher suites. I'd probably want to see some Chrome captures as well so i'll try AGL's suggestion
later.
Roberto Peon
unread,
Aug 16, 2012, 1:14:40 PM8/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spdy...@googlegroups.com
Trunk wireshark is useful for debugging sites with self-signed certs with Chrome as well.