Connection refused error when sending GET rquest

Hi,

I have a GET request which is using an IP for a proxy gateway to call a microservice API. As it’s a get, no body so just this endpoint:

https://10.232.234.192/eq/api/users/v2/users

Simple! Or, it should be. When I send the request, I get returned:

Could not send request
Error: connect ECONNREFUSED 10.232.234.192:443

this is a HTTPS and not HTTP request, I know that is correct.
I also do not get a response code, which is also puzzling me.

Can anyone offer me some help / things to try?

Thanks
Matt

Hi,

If you put this URL in a regular browser do you get a response?

I do but it’s the same message, 10.232.234.192 refused to connect.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.