Rest Connector Error

Hi All, I am getting below error while trying to hit Rest connector. Its a simple GET call using the Rest Connector.

{“message”:“An error occurred while executing the request, or the connection was aborted”,“code”:“408”,“type”:“io.camunda.connector.api.error.ConnectorException”}

Could someone please help here.

Regards
Prayas

Can you give more details about how you’ve configured the request?
408 indicates that a timeout on the request has occured.

Hi, thanks for the response. It appears that the issue is related to my remote environment. I am attempting to invoke the REST outbound connector using a configuration set on a remote (cloud-based) machine. The same operation works correctly when tested on my local (on-premise) environment.