Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "DebuggingSSLProblems" page has been changed by TomasPospisek:
http://wiki.apache.org/httpd/DebuggingSSLProblems?action=diff&rev1=10&rev2=11

Comment:
mention ssldump (based on a comment by Christoph Steigmeier)

  
  which both include SSL protocol dissectors, and thus are able to decode and 
display SSL handshakes in a human understandable format.
  
- If you have to 
[[http://www.bonsai.com/wiki/howtos/debugging/tcpdump_wireshark/|transfer]] 
transfer traffic seen on a server to your own machine for local analysis, then 
you can use [[http://www.tcpdump.org/|tcpdump]].
+ If you have to 
[[http://www.bonsai.com/wiki/howtos/debugging/tcpdump_wireshark/|transfer]] 
traffic seen on a server to your own machine for local analysis, then you can 
use [[http://www.tcpdump.org/|tcpdump]].
  
- If you need to analyse traffic that is happening during the data transfer 
phase, then you'll need 
[[http://www.thoughtcrime.org/software/sslsniff/|sslsniff]] which is able to 
decode traffic when given the apropriate certificate keys.
+ If you need to analyse traffic that is happening during the data transfer 
phase, then you'll need:
+ 
+ * [[http://www.thoughtcrime.org/software/sslsniff/|sslsniff]] or
+ * [[http://www.rtfm.com/ssldump/|ssldump]]
+ 
+ Both are able to decode traffic when given the appropriate certificate keys.
  
  Certificates can be analyzed with the
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to