how to set a proxy in solaris 11
Hi
After long research, I found the below syntax for setting up proxy in Solaris 11. And this works as well.
But what will be the syntax if my passwd contain @ symbol, generally most of the passwords contains @ symbol, but this is not working if the password has @ symbol, it's considering as the other domain. I reset my password plain (without any symbol) and working fine.
export http_proxy="http://username:password@proxy_url"
username:- username
Password:- Passwd@123
proxy usr:- proxy.company.com
How can I sent a proxy for above values?