Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Internal integrations fail on configuring proxy settings in JVM

SA-95296

 

Summary

User has configured both internal and external integrations. While configuring the below proxy settings in JVM arguments, the internal integrations fail.

-Dhttp.proxyHost=xxxxxxxxxx \
-Dhttp.proxyPort=8080 \

Error Messages

Requests are rejected as the external application has only whitelisted the proxy IP address

Steps to Reproduce

Invoke external services using the Connect REST service.

Root Cause

Currently, Pega does not support proxy settings explicitly for each connector. It only supports JVM level arguments for proxy settings.

Resolution

Perform the following local-change:

Use the below JVM arguments, if www.example.com:80 proxy host is used for both HTTP and HTTPS and the internal sites must be excluded in domain pega.com:

-Dhttp.proxyHost=www.example.com
-Dhttps.proxyHost=www.example.com
-Dhttp.proxyPort=80
-Dhttps.proxyPort=80
-Dhttp.nonProxyHosts=*.pega.com

Note: HTTPS also uses the http.nonProxyHosts setting

Published December 2, 2021

Was this useful?

100% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community 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.

Close Deprecation Notice
Contact us