Support Article
pyInvokeRESTConnector : unable to set proxyHost & proxyPort
SA-19065
Summary
In the Connect-Rest activity ‘pyInvokeRESTConnector’ in ruleset version Pega-IntegrationEngine:07-10-19 there is no dynamic setup option provided for proxyHost & proxyPort.
Steps to replicate the issue:
Set JVM arguments for proxyHost & proxyPort. Following are the details:
- Authentication mode basic and set to use preemptive authentication
- Connector Protocol SSL3
- Request response type is POST
At run time user observes that the proxyHost & ProxyPort values being logged.
Error Messages
Connection to https://127.0.0.1:443 refused.
Steps to Reproduce
Invoke Connect REST which is OOTB for Verify Case Creation outbound.
Root Cause
The JVM arguments on the application server is not set for both http.proxyHost=<host> and https.proxyHost=<host>
Resolution
Ensure that the JVM arguments on the application server is set for both http.proxyHost=<host> and https.proxyHost=<host>

Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.