On Thu, 2006-04-20 at 14:21 +0200, Thierry Sechao wrote: > There is is the log: >
Thierry, As far as I can tell you did not correctly set the credentials for the given authentication scope (BASIC 'MYREALM'@myproxy:8080). See relevant log snippets below Oleg WARN [HttpMethodDirector] Required credentials not available for BASIC <any realm>@myhost:443 WARN [HttpMethodDirector] Preemptive authentication requested but no default credentials available DEBUG [httpclient.wire.header] >> "CONNECT myhost:443 HTTP/1.1" DEBUG [HttpMethodBase] Adding Host request header DEBUG [httpclient.wire.header] >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]" DEBUG [httpclient.wire.header] >> "Host: myhost[\r][\n]" DEBUG [httpclient.wire.header] >> "Proxy-Connection: Keep-Alive[\r][\n]" DEBUG [httpclient.wire.header] >> "[\r][\n]" DEBUG [httpclient.wire.header] << "HTTP/1.0 407 Proxy Authentication Required[\r][\n]" DEBUG [httpclient.wire.header] << "Date: Mon, 20 Mar 2006 13:01:35 GMT[\r][\n]" DEBUG [httpclient.wire.header] << "Content-Length: 3627[\r][\n]" DEBUG [httpclient.wire.header] << "Content-Type: text/html[\r][\n]" DEBUG [httpclient.wire.header] << "Server: NetCache appliance (NetApp/6.0.1P1D2)[\r][\n]" DEBUG [httpclient.wire.header] << "Proxy-Authenticate: Basic realm="MYREALM"[\r][\n]" INFO [auth.AuthChallengeProcessor] basic authentication scheme selected WARN [HttpMethodDirector] Required credentials not available for BASIC <any realm>@myhost:443 WARN [HttpMethodDirector] Preemptive authentication requested but no default credentials available DEBUG [httpclient.wire.header] >> "CONNECT myhost:443 HTTP/1.0" DEBUG [HttpMethodBase] Adding Host request header DEBUG [httpclient.wire.header] >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]" DEBUG [httpclient.wire.header] >> "Proxy-Connection: Keep-Alive[\r][\n]" DEBUG [httpclient.wire.header] >> "Host: myhost[\r][\n]" DEBUG [httpclient.wire.header] >> "[\r][\n]" DEBUG [httpclient.wire.header] << "HTTP/1.0 407 Proxy Authentication Required[\r][\n]" DEBUG [httpclient.wire.header] << "Date: Mon, 20 Mar 2006 13:01:36 GMT[\r][\n]" DEBUG [httpclient.wire.header] << "Content-Length: 3627[\r][\n]" DEBUG [httpclient.wire.header] << "Content-Type: text/html[\r][\n]" DEBUG [httpclient.wire.header] << "Server: NetCache appliance (NetApp/6.0.1P1D2)[\r][\n]" DEBUG [httpclient.wire.header] << "Proxy-Authenticate: Basic realm="MYREALM"[\r][\n]" INFO [HttpMethodDirector] Failure authenticating with BASIC 'MYREALM'@myproxy:8080 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
