Operating System - HP-UX
1826443 Members
3967 Online
109692 Solutions
New Discussion

Re: Where do I set up the http proxy and ftp proxy in HP-UX?

 
SOLVED
Go to solution
GBR
Regular Advisor

Where do I set up the http proxy and ftp proxy in HP-UX?

I need to set up the http proxy and ftp proxy for my HP-UX box. I'm running 11i v1.

Any help on this subject would be much appreciated.

Thanks,
GBR
3 REPLIES 3
Svetoslav Gyurov
Valued Contributor
Solution

Re: Where do I set up the http proxy and ftp proxy in HP-UX?

Hi,

Depends on the applications, some are using the environemnt variables which are http_proxy and ftp_proxy. So if you have only http proxy you can try this way:

export ftp_proxy=http://proxy.host.net:port
export http_proxy=http://proxy.host.net:port

Regards.

--
sve
GBR
Regular Advisor

Re: Where do I set up the http proxy and ftp proxy in HP-UX?

Thanks, that helps.

Any more information??

GBR
GBR
Regular Advisor

Re: Where do I set up the http proxy and ftp proxy in HP-UX?

Thanks. Closed.