SSL + Apache 2 haut nicht...

Apache, Lighttpd, nginx, Cherokee
Post Reply
*removed*
 

SSL + Apache 2 haut nicht...

Post by *removed* »

Hi!

Ich bin jetzt seit 4 Stunden vergeblich dabei SSL unter Apache 2 auf Suse 9.0 zu aktivieren...


Hat evtl. jemand nen Tip für mich?
Last edited by *removed* on 2004-06-16 15:48, edited 1 time in total.
*removed*
 

Re: SSL + Apache 2 haut nicht...

Post by *removed* »

Das Zertifikat stimmt.
Auch sonst gibt es keine Fehler.
Ich bekomme nur keine Antwort beim https-Zugriff...
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: SSL + Apache 2 haut nicht...

Post by oxygen »

Vielleicht solltest du SSL überhaupt erstmal aktivieren, der Apache horcht ja gar nicht auf 443. Das sollte per apachectl startssl bzw. apache -D SSL gehen
*removed*
 

Re: SSL + Apache 2 haut nicht...

Post by *removed* »

apachectl habe ich gar nicht...ich starte immer mit rcapache2
*removed*
 

Re: SSL + Apache 2 haut nicht...

Post by *removed* »

Habe mir das rcapache2-Skript angeschaut...ist praktisch nur ein Wrapper.
Ich starte mittels

Code: Select all

rcapache2 startssl
was wiederum den Aufruf von httpd2 um -DSSL erweitert.
Aber ich werde nicht nach einem Passwort gefragt :?
*removed*
 

Re: SSL + Apache 2 haut nicht...

Post by *removed* »

Das Modul wird geladen, aber wie bekomme ich die Passwort-Abfrage zum Laufen?

Die /usr/sbin/rcapache2 linkt auf die /etc/init.d/apache2
*removed*
 

Re: SSL + Apache 2 haut nicht...

Post by *removed* »

Hab es raus...
httpd2 -DSSL hat geklappt.
Post Reply