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
已提問 1 個月前檢視次數 91 次
1 個回答
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
已回答 1 個月前
profile picture
專家
已審閱 1 個月前
  • 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?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南