P
pretender79
Guest
Hallo
ich bekomme es leider nicht hin eine seite per https aufzurufen!
Im Confixx wurden alle Einstellungen gemacht! Ein Aufruf über http:// funzt.
Über https:// kommt keine Verbindung zustande. Vielleicht könnt Ihr mir helfen! Danke!
auszug aus der confixx_vhost.conf
telnet auf domain 443
funzt
listen.conf (von httpd.conf)
listen 443 aktiv
Error Log
Invalid method in request \x16\x03\x01
Netstat
netstat -ln|grep :443
tcp 0 0 xx.xx.xx.xx:443 0.0.0.0:* LISTEN
ich bekomme es leider nicht hin eine seite per https aufzurufen!
Im Confixx wurden alle Einstellungen gemacht! Ein Aufruf über http:// funzt.
Über https:// kommt keine Verbindung zustande. Vielleicht könnt Ihr mir helfen! Danke!
auszug aus der confixx_vhost.conf
Code:
<VirtualHost x.x.x.x:80>
ServerName www.domain.de
Redirect / https://www.domain.de/
</VirtualHost>
NameVirtualHost x.x.x.x:443
<VirtualHost x.x.x.x:443>
ServerName www.domain.de
DocumentRoot /srv/www/web1/html
SuexecUserGroup web1 ftponly
ScriptAlias /cgi-bin/ /srv/www/web1/html/cgi-bin/
CustomLog /srv/www/web1/log/access_log confixx2
php_admin_value open_basedir /srv/www/web1/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/web1/phptmp/
<IfDefine SSL>
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl.key/web1.key
SSLCertificateFile /etc/apache2/ssl.crt/web1.crt
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/web1/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfDefine>
</VirtualHost>
telnet auf domain 443
funzt
listen.conf (von httpd.conf)
listen 443 aktiv
Error Log
Invalid method in request \x16\x03\x01
Netstat
netstat -ln|grep :443
tcp 0 0 xx.xx.xx.xx:443 0.0.0.0:* LISTEN