Question
TechM
IN
Last activity: 19 Nov 2020 9:31 EST
Connect-Rest : Test Connectivity Failing with ConnectTimeoutException
Test Connectivity failing for Connect Rest with below error: Please help
com.pega.pegarules.pub.services.ConnectorException: Caught unhandled exception: java.lang.RuntimeException: org.apache.http.conn.ConnectTimeoutException: Connect to /aaa.bb.c.d:xxxx failed: connect timed out
Endpoint URL:
Checked with curl command and see that the connectivity is not happening and going through proxy
Then I have unset the proxy using:
unset https_proxy
Checked with curl command and see that the connectivity is not happening and going through proxy
Then I have unset the proxy using:
unset https_proxy
unset HTTPS_PROXY (this worked for me. Not sure why running command in lower case did not work)
We can check the proxy using: env | grep -i proxy
After this again checked the connectivity with curl command > Connectivity is success
After this from Pega also conenctivity is success