Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: ftp problem on cpan client on windows with strawberry perl

by tweetiepooh (Hermit)
on May 28, 2009 at 13:25 UTC ( [id://766665]=note: print w/replies, xml ) Need Help??


in reply to Re^3: ftp problem on cpan client on windows with strawberry perl
in thread ftp problem on cpan client on windows with strawberry perl

Corion's example shows how to put proxy authentication into the HTTP_PROXY settings.
HTTP_PROXY=http:/user:password@proxy:port
The issue we have and may apply to you is that our proxy picks up the authentication from the O/S via some sort of domain setting. This means that apps on Windows can (sometimes) pass the proxy without further problems but on our Unix boxes and some W32 apps manual authentication is needed and with password changes that can make setting HTTP_PROXY interesting.

We had to get security to allow a selection of our servers access to CPAN sites direct without the proxy.

Also you can set FTP_PROXY as we have found that that can help. Also http_proxy and ftp_proxy. We set them all to the same value as HTTP_PROXY by setting HTTP_PROXY and then setting the others all to HTTP_PROXY. This is on Unix, Wintel may be different.

HTTP_PROXY=http://proxy:port FTP_PROXY=$HTTP_PROXY http_proxy=$HTTP_PROXY ftp_proxy=$HTTP_PROXY

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://766665]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-23 12:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found