chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #414: HTTP Basic proxy authentication for chicken-ins


From: Chicken Trac
Subject: [Chicken-janitors] #414: HTTP Basic proxy authentication for chicken-install(1)
Date: Thu, 21 Oct 2010 19:11:29 -0000

#414: HTTP Basic proxy authentication for chicken-install(1)
----------------------------------------+-----------------------------------
 Reporter:  iru                         |       Owner:       
     Type:  enhancement                 |      Status:  new  
 Priority:  not urgent at all           |   Milestone:  4.7.0
Component:  core tools                  |     Version:  4.6.x
 Keywords:  chicken-install proxy auth  |  
----------------------------------------+-----------------------------------
 I have added support for HTTP proxy authentication to chicken-install(1).
 The code is attached.

 Since Basic authentication needs a base64 string and this egg is not in
 use in chicken-install, the user needs to configure the proxy_auth
 environment variable with such encoded string.

 As an example of usage, try

 # proxy_auth=$(echo -n user:pass | base64) chicken-install egg

 a sh-derived unix shell.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/414>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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