vote up 2 vote down star

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

How can I accomplish this?

flag

0% accept rate
It would help if you say which program (or programs) you are using under Solaris to try to access Internet URLs since the way you specify proxies is different for, say, Gnome, wget, lynx, etc. – andy Oct 10 '08 at 1:29

1 Answer

vote up 1 vote down

set this as an environment variable:

> export http_proxy="http://domain_url\\username:password@proxy_url"
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.