'Why Postman giving SSL error even the certificate date is valid?

Date of Post is 30 Sep 2021 .Postman is not giving any response when SSL is enabled while hitting a api, but showing response with disable SSL. But my question is, the TLS "authorizationError" ="CERT_HAS_EXPIRED" but "validTo:" "Dec 15 02:30:21 2021 GMT" still have date.Means still the certificate is in valid date.Thanks for the help

enter image description here



Solution 1:[1]

You use let's encrypt. Normally the certificate would have expired today, but the have an extended period of live.

Postman has not updated our internal certificate store.

Solution 2:[2]

I faced this error. If you are completely sure your SSL is valid, then

Update Postman to the latest version and restart Postman

Your request should work after that. If this helped you, an upvote would be appreciated

Solution 3:[3]

Postman didn't update their internal Let's Encrypt certificate in time to handle the expiry of the previous one.

They acknowledged it on GitHub and released a patch on October 1st, so updating your Postman client should correct the error.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 harcher81
Solution 2 Dankyi Anno Kwaku
Solution 3 Poney