chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken-install and proxy authentication


From: Vok Vojwo
Subject: Re: [Chicken-users] chicken-install and proxy authentication
Date: Wed, 30 Nov 2011 18:46:33 +0100

I have still this problem although the authentication with Wget, Curl
and Firefox works fine. I think this must be a bug in chicken-install
or the underlying HTTP module.

As a workaround I did some reverse engineering and wrote a simple Bash
script to fetch an egg. It is attached.


2011/11/25 Vok Vojwo <address@hidden>:
> I get an error during the proxy authentication of chicken-install:
>
> $ chicken-install -debug -n -proxy host:port -username me -password
> mypw http-client
> retrieving ...
> resolving alias `kitten-technologies' to:
> http://chicken.kitten-technologies.co.uk/henrietta.cgi
> connecting to host "chicken.kitten-technologies.co.uk", port 80 (via
> host:port) ...
> requesting "/henrietta.cgi?name=http-client&mode=default" ...
> reading response ...
> HTTP/1.0 407 Proxy Authentication Required
> HTTP/1.0 407 Proxy Authentication Required
> Proxy-Authenticate: BASIC realm="realm"
> Cache-Control: no-cache
> Pragma: no-cache
> Content-Type: text/html; charset=utf-8
> Set-Cookie: BCSI-CS-CEF7AF6AE527BB7D=2; Path=/
> Content-Length: 4209
> X-Cache: MISS from host
> Proxy-Connection: close
> reading files ...
>
>
> Error: invalid file name - possibly corrupt transmission: <html>
>
> I tried to use the -debug option but it does not offer additional
> information. How can I find out whats going wrong here?
>

Attachment: chicken-retrieve.sh
Description: Bourne shell script


reply via email to

[Prev in Thread] Current Thread [Next in Thread]