Page 1 of 1

How to capture a video stream in tlsv1 on ssl?

Posted: Wed 06 Mar 2013, 09:46
by poilu
Can I capture a stream video in tlsv1 on ssl?
Perhaps rtmps so work?
I want capture rtmps on 443 tcp port.
Am I delirious?
Thanks

Posted: Thu 07 Mar 2013, 00:55
by Semme
We have an addy?

Posted: Thu 14 Mar 2013, 13:12
by poilu
No.
The solution: if you get a dev channel release of Chrome and a trunk build of Wireshark you can run Chrome with the environment variable SSLKEYLOGFILE set to, say, /home/foo/keylog. Then, in Wireshark's preferences for SSL, you can tell it about that key log file. As Chrome makes SSL connections, it'll dump an identifier and the connection key to that file and Wireshark can read those and decrypt SSL connections.
Ciao