]> granicus.if.org Git - apache/commitdiff
Whitespace fixes.
authorErik Abele <erikabele@apache.org>
Wed, 13 Feb 2008 13:18:16 +0000 (13:18 +0000)
committerErik Abele <erikabele@apache.org>
Wed, 13 Feb 2008 13:18:16 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627396 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_faq.xml

index 7a861faab5b09c69a9d03b53f08b528669cb3369..64d18891d3cfdbfeeef1da959aee7071a6d96b7b 100644 (file)
@@ -175,7 +175,7 @@ relative hyperlinks?</a></li>
     is where any HTTPS compliant browser will look by default. You can force
     your browser to look on a different port by specifying it in the URL. For
     example, if your server is set up to serve pages over HTTPS on port 8080,
-    you can access them at <code>https://example.com:8080/</code></p> 
+    you can access them at <code>https://example.com:8080/</code></p>
 </section>
 
 <section id="httpstest"><title>How do I speak HTTPS manually for testing purposes?</title>
@@ -191,16 +191,16 @@ relative hyperlinks?</a></li>
     
     <example>$ openssl s_client -connect localhost:443 -state -debug<br />
     GET / HTTP/1.0</example>
-    
-    <p>Before the actual HTTP response you will receive detailed 
-    information about the SSL handshake. For a more general command 
-    line client which directly understands both HTTP and HTTPS, can 
-    perform GET and POST operations, can use a proxy, supports byte 
-    ranges, etc. you should have a look at the nifty 
-    <a href="http://curl.haxx.se/">cURL</a> tool. Using this, you can 
-    check that Apache is responding correctly to requests via HTTP and HTTPS as 
-    follows:</p>
-    
+
+    <p>Before the actual HTTP response you will receive detailed
+    information about the SSL handshake. For a more general command
+    line client which directly understands both HTTP and HTTPS, can
+    perform GET and POST operations, can use a proxy, supports byte
+    ranges, etc. you should have a look at the nifty
+    <a href="http://curl.haxx.se/">cURL</a> tool. Using this, you can
+    check that Apache is responding correctly to requests via HTTP and
+    HTTPS as follows:</p>
+
     <example>$ curl http://localhost/<br />
     $ curl https://localhost/</example>
 </section>
@@ -214,7 +214,7 @@ relative hyperlinks?</a></li>
     connect via HTTPS to a HTTP server (eg, using
     <code>https://example.com/</code> on a server which doesn't support HTTPS,
     or which supports it on a non-standard port). Make sure that you're
-    connecting to a (virtual) server that supports SSL. </p> </section>
+    connecting to a (virtual) server that supports SSL.</p></section>
 
 <section id="refused"><title>Why do I get ``Connection Refused'' messages, 
     when trying to access my newly installed Apache+mod_ssl server via HTTPS?</title>