Difference between
version 17
and
version 11:
At line 9 removed 2 lines. |
$Id: ssl-howto.html,v 1.2 2002/09/27 20:50:37 mraible Exp $ |
|
At line 10 added 3 lines. |
1.7.1 2006-11-16 Added default test certificate pass phrase |
1.7.0 2005-12-29 Added "unknown protocol" issue and solution |
1.6.9 2005-01-24 Added link to new Windows+Apache+SSL Tutorial |
At line 80 removed 1 line. |
|
At line 82 added 3 lines. |
|
%%note __NEW!__ (January 23, 2005) Chris Thompson has written an [an updated and simplified|http://www.thompsonbd.com/tutorials/apachessl.php] Apache+SSL HowTo for Windows.%% |
|
At line 278 added 2 lines. |
<p><span class="highlight">__Note:__ The default pass phrase shipped with openssl.cnf is ''aaaa''.</span></p> |
|
At line 303 changed 1 line. |
<p>Add the following to the end of <code>httpd.conf</code>:</p> |
<p>Add the following to the end of <code>httpd.conf</code>: <span class="highlight">Make sure and change <b>www.my-server.dom</b> in the example below.</span></p> |
At line 492 added 4 lines. |
<p>Q: When trying to connect to https://www.myhost.com I kept getting an error about an unknown protocol. I could however connect to https://10.10.0.14 which is the local ip of the server. |
<br /><br /> |
A: Under the VirtualHost section you add to the httpd.conf, I had to change __<VirtualHost www.myhost.com:443>__ to __<VirtualHost _default_:443>__.Not sure why this had to be done in my case, but it works. |
|
Back to ApacheSSL,
or to the Page History.
|