Virtual ssl host terminates connection unexpectedly
am 19.06.2003 15:48:05 von AkitaHi
I try to set-up a virtuall ssl-host (apache 1.3.27-r3;=20
buchhaltung.thiam.ch). However, when I connect to it (Mozilla 1.3), I=20
only get the alert:
"The connection to buchhaltung.thiam.ch has terminated unexpectedly.=20
Some data may have been transferred."
I don't know, what I mis-configurred (Gentoo Linux).
from apache.conf
----------------
Include conf/commonapache.conf
ServerName www.thiam.ch
LockFile /etc/apache/httpd.lock
# Thiemo Kellner, thiemo@thiam.ch, 2003-04-25
#Include conf/addon-modules/mailman.conf
Include conf/addon-modules/mod_ssl.conf
Include conf/addon-modules/mod_dav.conf
Include conf/addon-modules/mod_gzip.conf
#Include conf/addon-modules/mod_mp3.conf
Include conf/addon-modules/mod_php.conf
from conf/commonapache.conf
---------------------------
NameVirtualHost *
Include /etc/apache/conf/buchhaltung.conf
conf/addon-modules/mod_ssl.conf
-------------------------------
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache shm:logs/ssl_scache(512000)
SSLSessionCacheTimeout 300
SSLMutex sem
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog logs/ssl_engine_log
SSLLogLevel info
/etc/apache/conf/buchhaltung.conf
---------------------------------
Servername buchhaltung.thiam.ch
ServerAdmin webmaster@thiam.ch
DocumentRoot /home/httpd/svhosts/buchhaltung
ErrorLog /var/log/apache/buchhaltung.thiam.ch-error.log
CustomLog /var/log/apache/buchhaltung.thiam.ch-access.log common
TransferLog /var/log/apache/buchhaltung.thiam.ch-access.log
# SSL-Aktivierung
SSLEngine on
SSLCipherSuite=20
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
SSLCertificateFile conf/ssl/server.crt
SSLCertificateKeyFile conf/ssl/server.key
#SSLCertificateFile /etc/apache/conf/ssl/apache.pem
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
RewriteEngine On
RewriteOptions inherit
# Options +Indexes
# IndexOptions FancyIndexing
#
# DirectoryIndex home.html home.php home.htm home.cgi index.html=20
index.php index.htm index.cgi
#
#
# php3_magic_quotes_gpc Off
# php3_track_vars On
# php3_include_path .
#
#
# php_flag magic_quotes_gpc Off
# php_flag track_vars On
# php_flag register_globals On
# php_value include_path .
#
Alias /buchhaltung /home/httpd/svhosts/buchhaltung
Options +Indexes
IndexOptions FancyIndexing
SSLRequireSSL
SSLRequire %{SSL_CIPHER_USEKEYSIZE} >=3D 128
DirectoryIndex home.html home.php home.htm home.cgi index.html=20
index.php index.htm index.cgi
php3_magic_quotes_gpc Off
php3_track_vars On
php3_include_path .
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals On
php_value include_path .
order deny,allow
deny from all
allow from all
Somebody ideas?
Cheers,
Thiemo
--=20
root ist die Wurzel allen Übels
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org