Ich versuche nach einer erfolgreichen OpenSuSE 11.1 Installation das Online Update zum Laufen zu bringen.
Ich befinde mich hinter einem proxy mit Authentifizierung.
Das Kommando:
curl --proxy-ntlm --proxy-user DOMAIN\\user
assword --url www.google.de --proxy http://sv01:8080
funktioniert einwandfrei.
In /etc/sysconfig/proxy habe ich die entsprechenden Variablen wie folgt gesetzt:
PROXY_ENABLED="yes"
HTTP_PROXY="http://DOMAIN\\user
assword@sv01:8080"
HTTPS_PROXY="http://DOMAIN\\user
assword@sv01:8080"
Nur leider kommt hier immer folgende Fehlermeldung:
Download (curl) error for "http://download.opensuse.org/distribution...
Error code: HTTP response: 407
Error message: The requested URL returned error: 407
-> was darauf hinweist, dass meine Authetifizierung nicht funktioniert.
HAT DAS IRGENDJEMAND SCHON MAL ZUM LAUFEN GEBRACHT, und wenn ja, wie?
Ich befinde mich hinter einem proxy mit Authentifizierung.
Das Kommando:
curl --proxy-ntlm --proxy-user DOMAIN\\user
funktioniert einwandfrei.
In /etc/sysconfig/proxy habe ich die entsprechenden Variablen wie folgt gesetzt:
PROXY_ENABLED="yes"
HTTP_PROXY="http://DOMAIN\\user
HTTPS_PROXY="http://DOMAIN\\user
Nur leider kommt hier immer folgende Fehlermeldung:
Download (curl) error for "http://download.opensuse.org/distribution...
Error code: HTTP response: 407
Error message: The requested URL returned error: 407
-> was darauf hinweist, dass meine Authetifizierung nicht funktioniert.
HAT DAS IRGENDJEMAND SCHON MAL ZUM LAUFEN GEBRACHT, und wenn ja, wie?