Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by ChrisPepper: http://wiki.apache.org/httpd/WatchingHttpHeaders ------------------------------------------------------------------------------ The {{{openssl}}} command can be used to open an SSL connection over which normal HTTP requests can be entered. {{{ - openssl s_client -connect secure.example.com 443 + openssl s_client -connect secure.example.com:443 .. lots and lots of output .. HEAD / HTTP/1.1 Host: secure.example.com @@ -44, +44 @@ Press enter twice at the end. + Alternatively, [ssldump http://www.rtfm.com/ssldump/] and {{wireshark}} can use the private key file to decrypt live or recorded SSL traffic. +
