How to capture a video stream in tlsv1 on ssl?

Using applications, configuring, problems
Post Reply
Message
Author
poilu
Posts: 11
Joined: Fri 02 Nov 2012, 12:33

How to capture a video stream in tlsv1 on ssl?

#1 Post 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

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

We have an addy?

poilu
Posts: 11
Joined: Fri 02 Nov 2012, 12:33

#3 Post 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

Post Reply