quicklisp-bootstrap icon indicating copy to clipboard operation
quicklisp-bootstrap copied to clipboard

Support proxy authentication

Open quicklisp opened this issue 15 years ago • 4 comments

Add support for HTTP proxies that require authentication. See http://groups.google.com/group/quicklisp/browse_thread/thread/aba32c79d80eec86 for the initial request.

quicklisp avatar Oct 27 '10 14:10 quicklisp

Also, this support should carry over into quicklisp-client.

quicklisp avatar Oct 27 '10 14:10 quicklisp

This is a very old issue. Is there any progress?

hajovonta avatar Mar 18 '14 16:03 hajovonta

http://netprophetblog.blogspot.com/2014/02/tool-posting-quicklisp-with.html is what I recommend right now.

quicklisp avatar Mar 18 '14 16:03 quicklisp

[6]> (quicklisp-quickstart:install :proxy "http://bourguignonp:[email protected]:3128/")
; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp">
; 0.82KB
==================================================
838 bytes in 0.02 seconds (40.40KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/client/2017-03-06/quicklisp.tar">
; 250.00KB
==================================================
256,000 bytes in 0.03 seconds (9650.27KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/client/2015-09-24/setup.lisp">
; 4.94KB
==================================================
5,054 bytes in 0.00 seconds (2264.01KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/asdf/2.26/asdf.lisp">
; 194.07KB
==================================================
198,729 bytes in 0.11 seconds (1729.21KB/sec)
*** - Bad port in URL "http://bourguignonp:[email protected]:3128/"
The following restarts are available:
SKIP           :R1      skip (SETUP)
RETRY          :R2      retry (SETUP)
STOP           :R3      stop loading file /home/pjb/quicklisp/setup.lisp
ABORT          :R4      Abort main loop
Break 1 QL-SETUP[7]> 

Congratulations. You corrected (kludged would be a better word IMO) the parsing of URIs in quicklisp.lisp, but forgot to do the same everywhere else...

informatimago avatar Apr 13 '18 07:04 informatimago