failed: Connection refused (Connection refused)

0
Dear All, Since Saturday Morning (IST), I am getting a very weird issue. All my REST calls are failing in TEST environment,. For all the REST calls getting error “failed: Connection refused (Connection refused)” But in my local machine and post man calls, I am getting the desired output/Response.   If anyone is having any solution then Please let me know.  
asked
4 answers
1

It sounds like the service you are calling is not allowing access from your TEST environment. Do you control this service? Can you ask for the Mendix Cloud IP addresses to be whitelisted?

You can find the IP addresses for the Mendix Cloud here. https://docs.mendix.com/developerportal/deploy/mendix-ip-addresses/

answered
0

Are you using a certificate that expired?

answered
0

Thank you Robert Price and Tim van Steenbergen for answering.

This morning , we reached out to our backend team to check the IP whitelisting thing.

will post the resolution if the issue get resolved.

@Tim van Steenbergen :- We are not using any certificate.

 

 

 

answered
0

You get “Connection refused” when there’s nothing listening on the host + port combination. In your case it’s possibly you’re not connecting to the right endpoint.

 

If you get “Connection timed out”, your endpoint is probably correct but there’s a firewall blocking your request/connection.

answered