Error: net::ERR_CERT_DATE_INVALID

0

Im getting this error on all my requests. Currently using an API hosted on EC2 and an database hosted on RDS. Does anyone know how to adress this error?

Rotulos
demandé il y a un mois87 vues
1 réponse
0

Hello

"net::ERR_CERT_DATE_INVALID" error. This error signals a problem with the SSL/TLS certificate associated with your EC2-hosted API

  • Check Certificate Expiry or Invalidity: SSL/TLS certificates have expiration dates.
  • If your computer's clock is set incorrectly
profile picture
EXPERT
GK
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois
  • I checked the SSL certificate with "openssl x509 -in ./etc/ssl/certs/ca-certificates.crt -text -noout" and got in the responde an Valid date:

    "Validity Not Before: May 5 09:37:37 2011 GMT Not After : Dec 31 09:37:37 2030 GMT"

    Do you know any other possible solution? Did i checked it wrong?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions