You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/05 19:18:33 UTC

[Httpd Wiki] Update of "WatchingHttpHeaders" by noodl

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 noodl:
http://wiki.apache.org/httpd/WatchingHttpHeaders

The comment on the change is:
Add instructions for ssl connections

------------------------------------------------------------------------------
  
  Press enter twice at the end.
  
+ == Tracing headers over SSL ==
+ 
+ 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
+ .. lots and lots of output ..
+ HEAD / HTTP/1.1
+ Host: secure.example.com
+ }}}
+ 
+ Press enter twice at the end.
+