[svlug] SSL on Apache: a clue?
Skip Evans
skip at bigskypenguin.com
Fri Jul 14 10:23:48 PDT 2006
Hey all,
I tried something.
I noticed the logic to include mod_ssl.so was such:
<IfDefine SSL>
LoadModule ssl_module libexec/apache2/mod_ssl.so
</IfDefine>
So then I tried the following change, below.
You'll see the original code now commented out by
me, and the IfDefine as what I put in:
<IfDefine SSL>
#<IfModule mod_ssl.c>
Include etc/apache2/ssl.conf
#</IfModule>
</IfDefine>
When trying to access the site through https I got
the following error, rather than a simple
connection refused message.
You cannot connect to [url] because SSL version 2
is disabled.
So I just need to figure out how to enable SSL
version 2? Does that mean it is in place, but just
not ...abled?
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240
More information about the Svlug
mailing list