Closed
Configure proxy settings
Hi
Can I know the ways by which proxy settings can be configured in pega?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hi
Can I know the ways by which proxy settings can be configured in pega?
Easiest could to pass following JVM arguments under the batch file which is running your app server: -Dhttp.proxyHost=<ip_address_of_proxy_sever> -Dhttp.proxyPort=<port_number_of_proxy_sever>
Can someone elaborate on which batch file needs to be run and how arguments are to be passed.Can someone provide detailed information on how the configuration is supposed to be done.
The arguments to set look something like this:
-Dhttp.proxyHost=localhost
-Dhttp.proxyPort=9000
-Dhttp.proxyUser=myUserName
The arguments to set look something like this:
-Dhttp.proxyHost=localhost
-Dhttp.proxyPort=9000
-Dhttp.proxyUser=myUserName
-Dhttp.proxyPassword=:myPassword
-Dhttps.proxyHost=localhost
-Dhttps.proxyPort=9000
-Dhttps.proxyUser=myUserName
-Dhttp.proxyPassword=:myPassword
-Dhttp.nonProxyHosts="*.pega.com"
-Djava.net.preferIPv4Stack=true
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.