Hallo,
-----Ursprüngliche Nachricht----- Von: Uwe Grosskinsky [mailto:u.grosskinsky@iascon.de] Gesendet: Donnerstag, 22. September 2005 10:38 An: suse-linux@suse.com Betreff: Re: Apache2 mit SSL auf suse 9.3
Am Donnerstag, 22. September 2005 09:42 schrieb Peter Wiersig:
On Tue, Sep 20, 2005 at 02:57:20PM +0200, Uwe Grosskinsky wrote:
0000 - 3c 68 74 6d 6c 3e 3c <html>< SSL_connect:error in SSLv2/v3 read server hello A 5245:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:478:
Klares Zeichen: Dein Indianer spricht kein SSL auf Port 443.
Wo steht bei dir die "SSLEngine On" Anweisung? unter /etc/apache2/conf.d/vhost-ssl.conf in der Zeile 46 steht "SSLEngine on"
in meinem fall scheint aber etwas bereits auf den Port zu lauschen und deshalb mag der Apache2 nicht mit "rcapache2 startssl" anlaufen
er schreit jedesmal
mail:/etc/apache2/conf.d # rcapache2 startssl Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:443 no listening sockets available, shutting down Unable to open logs startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1
failed
ich bin mir sicher das das Problem meine wenigkeit ist!!
da "hört" sicher schon ein prog auf dem port; 443 ist eigentlich der ssl-standard-port. hast Du schon mal ein #: netstat -p -a | grep 443 versucht? das müßte Dir alle Progs auf dem Port zeigen! -Peter