views:

2471

answers:

1

I need to set up a proxy connection to access the internet. I am using Solaris server.

How can I accomplish this?

+1  A: 

set this as an environment variable:

> export http_proxy="http://domain_url\\username:password@proxy_url"
Abarax