[nycphp-talk] freebsd, apache, mod_ssl problems
Daniel Krook
krook at us.ibm.com
Sun Oct 30 18:07:03 EST 2005
> Hey Folks:
>
> I've installed FreeBSD on my laptop. I've compiled Apache
> with mod_ssl.
> When I go to http://localhost/, we're good. But when I try to do
> https://localhost/, I get a connection refused error.
>
> I set up the test cert using "localhost" as the domain name.
>
> The only change I made to httpd.conf is setting ServerName
> to "localhost".
Dan,
This could be a lot of things, but since you say you didn't make any
modifications to httpd.conf this would be my first guess... do you have
this in there?
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>
And started w/ apachectl startssl ?
Daniel Krook, Advisory IT Specialist
Application Development, Production Services - Tools, ibm.com
Personal: http://info.krook.org/
BluePages: http://bluepages.redirect.webahead.ibm.com/
BlogPages: http://blogpages.redirect.webahead.ibm.com/
More information about the talk
mailing list