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.
+ 

Reply via email to