API Connector - TLS 1.2 ou 1.3 - ECONNRESET

Hi Everyone!

I currently use a third party service and the API Call used to work just fine. Since a recent update, my API calls started to show an error ECONNRESET after a long time waiting for the answer.

The exact same API Call works just fine on postman.

I was informed the following:
Access to APIs via XXXXXX will only be accepted with TLS 1.2 and TLS 1.3 Security Protocols. TLS 1.0 or 1.1 Security Protocols will not be integrated with the service. More information: Help Center - Turning off TLS 1.0 and 1.1 protocols.

Do you know if the API Connector uses TLS 1.0 or 1.1? How can I test it?

Check with support. Don’t think any user can help with this because AFAIK we have no control over TLS settings.

One alternative is to run your API call from an external service like Cloudflare Workers. App calls your worker, makes the API call then calls your app’s endpoint to send the response.