Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> I just wanted to try adding more source as I realized proxy
> autherntication is not (directly) supported. And curl does not seem to
> use any environment variable to pass proxy user/pass on?
This should not be the case:
ENVIRONMENT
http_proxy [protocol://]<host>[:port]
Sets proxy server to use for HTTP.
HTTPS_PROXY [protocol://]<host>[:port]
Sets proxy server to use for HTTPS.
FTP_PROXY [protocol://]<host>[:port]
Sets proxy server to use for FTP.
GOPHER_PROXY [protocol://]<host>[:port]
Sets proxy server to use for GOPHER.
ALL_PROXY [protocol://]<host>[:port]
Sets proxy server to use if no protocol-specific
proxy is set.
NO_PROXY <comma-separated list of hosts>
list of host names that shouldn't go through any
proxy. If set to a asterisk
This is not working ? Maybe rpmdrake is badly setting them (http_proxy and
FTP_PROXY, seems there is an error here as rpmdrake look for ftp_proxy instead
(case sensitive)).
Fran�ois.