[Moin-user] Apache with SSL-only
Stefan X
stefanxe at gmx.net
Tue Feb 26 18:30:17 EST 2008
Hello!
I use a Debian system with Apache and Moin 1.6.1 which serves at
"www.example.com/" (no directory) without problems.
Today I tried to configure Apache to accept SSL/TLS connections ONLY!
Therefore I configured /etc/apache2/sites-enabled/000-default to include
the following:
NameVirtualHost *
<VirtualHost *>
SSLProtocol -all -SSLv2
SSLCipherSuite SSLv2:+HIGH:+MEDIUM
SSLEngine On
SSLCertificateFile /my/key.pem
<Directory />
SSLRequireSSL
Options FollowSymLinks
AllowOverride None
</Directory>
[...]
When starting Apache I have to enter the passphrase, fine, and Apache
starts. Unfortunately no data is served by Apache anymore (both HTTP
and HTTPS). When accessing the Wiki in Firefox I get the message that
the server is unavailable.
The Apache error log tells me:
[error] No SSL protocols available [hint: SSLProtocol]
The file /etc/apache2/ports.conf already contains:
Listen 80
Listen 443
Also the SSL-module seems to be enabled because it is referenced in
/etc/apache2/mods-enabled/.
Any ideas how to get it running? Thank you!
Bye
Stefan
More information about the Moin-user
mailing list