Question
3
Replies
1638
Views
Posted: August 16, 2016
Last activity: March 20, 2017
Closed
Setting proxy in REST connector
My requirement is to connect to third part system URL through proxy using REST connector. Can some one please advise, how to connect through proxy to an end point URL?
***Updated by moderator: Lochan to add Categories***
As far as I understand, you will have to enable proxy for the JVM where Pega is running instead of enabling proxy for just one REST service.
Depending upon your app server, there are different ways to enable proxy under app server config. 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>