Date: Tue, 19 Oct 2004 12:40:57 +0200 From: Nelis Lamprecht <nelis@icts.uct.ac.za> To: questions@freebsd.org Subject: Apache2 + SSL Message-ID: <1098182457.7016.104.camel@localhost>
next in thread | raw e-mail | index | archive | help
Hi, I've recently just installed apache-2.0.52_1 from ports on a new system. I've taken an already working configuration from an older machine and transferred it to the new server. No matter what I do I can't get SSL working even though it shows up as being used. www 54695 0.0 0.4 14256 9024 ?? I 12:25PM 0:00.00 /usr/local/sbin/httpd -DSSL It's as if anything I put between <IfModule mod_ssl.c> and </IfModule> gets totally ignored. <IfModule mod_ssl.c> Include etc/apache2/ssl.conf </IfModule> The worst part is there is no logging of any sort to tell me otherwise and I've run out of ideas on how to debug this. I've even tried compiling in SSL statically but it didn't make any difference. I've used certificates already in use and created my own but Apache will still not listen on port 443( and nothing else is ) no matter what I do. I've tried various ssl configurations but they all seem to be ignored. Even httpd -S shows only the virtual hosts in httpd.conf and nothing from ssl.conf Has anybody got any other ideas on how to debug this problem ? How can I determine whether SSL is being used ? By the way, I've also installed openssl from ports and recompiled apache but still no luck. I've tried everything! ;) I think.. Thanks. Nelis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1098182457.7016.104.camel>