My 2cent tips & tricks on computer technology & Application Virtualization ...
ProxyServer = your.proxy.server ie proxy.domain.comProxyPort = your_proxy_port ie 8080
ProxyServer = your.proxy.server ie proxy.domain.com
ProxyPort = your_proxy_port ie 8080
If proxy server need authentication
Try something like this at command prompt,export HTTP_PROXY=user:pass@proxy.com:portexport http_proxy=$HTTP_PROXY
Post a Comment
2 comments:
If proxy server need authentication
Try something like this at command prompt,
export HTTP_PROXY=user:pass@proxy.com:port
export http_proxy=$HTTP_PROXY
Post a Comment