ja hallo erstmal,.. ich verzweifele gerade an einem Sarge update auf einem Produktivsystem. Irgendwie will der Apache2 nicht wie ich m�chte. Also: Ziel ist eine funktionierende SSL-Verbindung.
Ich schaffe: telnet -z secure www.kabelwelt-shop.de 443 Trying 217.160.207.70... Connected to kabel-guenstiger.de. Escape character is '^]'. get /versand <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> </body></html> Connection closed by foreign host. Ok, das sieht eigentlich wunderbar aus, leider funktioniert es nicht so. Konqueror meint dazu: "Beim Laden von https://www.kabelwelt-shop.de ist folgender Fehler aufgetreten: Keine Verbindung zu Rechner www.kabelwelt-shop.de" Firefox meint hierzu: "The connection to www.kabelwelt-shop.de has terminated unexpectedly. Some data may have been transferred". Das error loggt schweig sich dazu aus (bis auf favicon), im access-log steht dazu; 82.82.237.202 - yanosz [09/Jun/2005:22:10:16 +0200] "GET /versand/ HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)" 82.82.237.202 - yanosz [09/Jun/2005:22:10:16 +0200] "GET /versand/menu.html HTTP/1.1" 304 - "http://www.kabelwelt-shop.de/versand/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)" 82.82.237.202 - - [09/Jun/2005:22:10:16 +0200] "GET /favicon.ico HTTP/1.1" 404 350 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)" 82.82.237.202 - yanosz [09/Jun/2005:22:10:17 +0200] "GET /versand/ HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)" 82.82.237.202 - yanosz [09/Jun/2005:22:10:17 +0200] "GET /versand/menu.html HTTP/1.1" 304 - "http://www.kabelwelt-shop.de/versand/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)" 82.82.237.202 - - [09/Jun/2005:22:10:17 +0200] "GET /favicon.ico HTTP/1.1" 404 350 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)" Konqueror schafft es nicht bis in's log. Any hints? Keep smiling yanosz

