connection error access cloud application

0
I have build an app on license node and deployed to cloud. I am using Mule REST API’s . Has anyone came across this issue. Can you please help   java.security.PrivilegedActionException: org.apache.http.conn.HttpHostConnectException: Connect to esd2.industrysoftware.automation.siemens.com:443 [esd2.industrysoftware.automation.siemens.com/161.134.45.132] failed: Connection timed out (Connection timed out)               at com.mendix.integration.util.PrivilegedUtil$$anonfun$withPrivileged$2.applyOrElse(PrivilegedUtil.scala:17)
asked
1 answers
0

When a connection times out it means that the other side does not respond to your request. Firewalls or wrong credentials could be the cause. Did you try the REST service with Postman or SOAPUI? Then you at least know that your credentials to access the service are ok.

Regards,

Ronald

 

answered