On Tue, Mar 6, 2012 at 4:49 PM, Chris Arnold <[email protected]>wrote:

> =>>It looks like the server is not listening on port 443. I can get to
> https://192.168.123.4/ifolder and login with no problems so i know it is
> listening on 443.
> >>192.168.123.3 is not listening on port 443.
> Snippet from listen.conf:
> <IfDefine SSL>
>    <IfDefine !NOSSL>
>        <IfModule mod_ssl.c>
>
>            Listen 443
>
>        </IfModule>
>    </IfDefine>
> </IfDefine>


In /etc/sysconfig/apache2 find the 'Define' line and make sure SSL is in it
and NOSSL is not in it (should be below the modules list).
(Or you can either comment out the IfDefine directives, but I don't
recommend that because it might not stay if you ever upgrade.)

Reply via email to