Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

Https conversation - debug?

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


python at hope

Sep 14, 2007, 12:51 PM

Post #1 of 4 (213 views)
Permalink
Https conversation - debug?

Is there any good sniffer for https protocol?
How can be watched https conversation?

Thanks for reply
L.

--
http://mail.python.org/mailman/listinfo/python-list


jzgoda at usun

Sep 14, 2007, 12:59 PM

Post #2 of 4 (186 views)
Permalink
Re: Https conversation - debug? [In reply to]

Johny napisa³(a):

> Is there any good sniffer for https protocol?
> How can be watched https conversation?

Any packet sniffer will do. Then you have to decrypt the stream. ;)

--
Jarek Zgoda
http://jpa.berlios.de/
--
http://mail.python.org/mailman/listinfo/python-list


usenet-mail-0306.20.chr0n0ss at spamgourmet

Sep 14, 2007, 4:59 PM

Post #3 of 4 (180 views)
Permalink
Re: Https conversation - debug? [In reply to]

Johny wrote:

> Is there any good sniffer for https protocol?

Yes.

> How can be watched https conversation?

As a matter of principle, with every working sniffer. I'd use
wireshark's "follow TCP stream" function.

Regards,


Björn

--
BOFH excuse #198:

Post-it Note Sludge leaked into the monitor.

--
http://mail.python.org/mailman/listinfo/python-list


thorsten at thorstenkampe

Sep 14, 2007, 10:16 PM

Post #4 of 4 (182 views)
Permalink
Re: Https conversation - debug? [In reply to]

* Johny (Fri, 14 Sep 2007 12:51:22 -0700)
> Is there any good sniffer for https protocol?

What's the connection to Python?

> How can be watched https conversation?

ssldump. Note that in order to decrypt the traffic you need to have
the server's private key.
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.