Problem configuring an API connector for my own API

Hi!

I get this error message while I’m trying to configure an API Connector entry:

"There was an issue setting up your call.

Raw error for the API
{“message”:“certificate has expired”,“args”:{“origin”:“native error”,“code”:“CERT_HAS_EXPIRED”,“outer_stack”:{“message”:".wait() was called here",“args”:{}}}}"

Someone can help me? This connector is to access my Node JS API, hosted in Kinghost!

Thanks!!

I already had a up’n runnig SSL certify on my site.

What is the URL of your Node JS API? If the URL you think you are trying to connect to, you think has a valid SSL certificate, then maybe you are connecting to something else?

Is the URL correct? maybe it is redirecting to a page with an expired certificate? What happens when you put that URL in your browser? Expired certificate warning?

Hi there!

I think the URL is the correct one! A host my API in Kinghost. I will check if there is some kind of redirection.

When I call it from a browser, i get a message from my Kaspersky: “This certificate or one of the certificates in the certificate chain is not up to date. view certificate…”

thks