Re: Https conversation - debug?

2007-09-15 Thread Thorsten Kampe
* 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


Re: Https conversation - debug?

2007-09-14 Thread Bjoern Schliessmann
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


Re: Https conversation - debug?

2007-09-14 Thread Jarek Zgoda
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


Https conversation - debug?

2007-09-14 Thread Johny
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