Hi,
I'm connected to internet trough a proxy, I've set the proxy in my conf like this:
I can fetch by writing
for example.
But when I launch portupgrade, or portmaster it's says "Attempting to fetch" and then fail and try another address but always failing
I don't understand why portupgrade can't fetch if I can.
I'm connected to internet trough a proxy, I've set the proxy in my conf like this:
Code:
export http_proxy='http://login:password@proxy.theadress.net:3128'
export ftp_proxy=$http_proxy
export ftp_passive_mode=YES
Code:
fetch http://google.com
But when I launch portupgrade, or portmaster it's says "Attempting to fetch" and then fail and try another address but always failing
I don't understand why portupgrade can't fetch if I can.