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
asked 13 days ago68 views
1 Answer
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
GK
answered 13 days ago
profile picture
EXPERT
reviewed 13 days ago
  • 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?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions