Maik Ryssel schrieb:
> Hallo,
>
> ich versuche mit wget per HTTPS eine Seite abzurufen. Leider funzt das
> auf einem Server nicht wie gewünscht. Ich erhalte im Apachelog des
> Servers immer die folgende Fehlermeludung, und der Server kann die
> angeforderte Datei nicht ausliefern.
>
>
> [Wed Oct 04 14:49:12 2006] [info] Connection to child 4 established
> (server test.test.local:443, client xxx.xxx.xxx.xxx)
> [Wed Oct 04 14:49:12 2006] [info] Seeding PRNG with 136 bytes of entropy
> [Wed Oct 04 14:49:12 2006] [info] Initial (No.1) HTTPS request received
> for child 4 (server test.test.local:443)
> [Wed Oct 04 14:49:12 2006] [info] Requesting connection re-negotiation
> [Wed Oct 04 14:49:12 2006] [info] Awaiting re-negotiation handshake
> [Wed Oct 04 14:49:13 2006] [info] [client xxx.xxx.xxx.xxx] (32)Broken
> pipe: core_output_filter: writing data to the network
> [Wed Oct 04 14:49:13 2006] [info] [client xxx.xxx.xxx.xxx] (32)Broken
> pipe: core_output_filter: writing data to the network
> [Wed Oct 04 14:49:13 2006] [info] [client xxx.xxx.xxx.xxx] (32)Broken
> pipe: core_output_filter: writing data to the network
> [Wed Oct 04 14:49:13 2006] [info] [client xxx.xxx.xxx.xxx] (32)Broken
> pipe: core_output_filter: writing data to the network
> [Wed Oct 04 14:49:13 2006] [info] Connection to child 4 closed with
> standard shutdown(server test.test.local:443, client xxx.xxx.xxx.xxx)
>
>
> Hat einer von euch eine Idee woran das liegen könnte. Ich kann nicht
> wirklich viel mit der Fehlermeldung anfangen. Google hat bisher auch
> nicht weitergeholfen.
> Auf einem anderen Server mit identischer Apache/PHP Version klappt der
> wget Aufruf ohne Probleme.
>
> System:
> Apache/2.0.55 (Debian) PHP/4.4.2-1.1 mod_ssl/2.0.55 OpenSSL/0.9.8c
>
> --
> Maik
>
>
> --------------------------------------------------------------------------
> Apache HTTP Server Mailing List "users-de"
> unsubscribe-Anfragen an [EMAIL PROTECTED]
> sonstige Anfragen an [EMAIL PROTECTED]
> --------------------------------------------------------------------------
>
>
Im Fall es jemanden interessiert, das entfernen der folgenden
Konfigdirektive aus der V-Host Konfig hat das Problem gelöst....
<Location />
SSLVerifyClient optional
SSLVerifyDepth 2
</Location>
Keine Ahnung warum er sich daran verschluckt hat.... :-(
--
Maik
--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de"
unsubscribe-Anfragen an [EMAIL PROTECTED]
sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------