I need to set up a proxy connection to access the internet. I am using Solaris server.
How can I accomplish this?
I need to set up a proxy connection to access the internet. I am using Solaris server.
How can I accomplish this?
set this as an environment variable:
> export http_proxy="http://domain_url\\username:password@proxy_url"