Roushan Kumar
Roushan Kumar

Reputation: 89

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

Postman is not giving any response when SSL is enabled while hitting an API, but showing response with disabled 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.

enter image description here

Upvotes: 5

Views: 14529

Answers (3)

Dankyi Anno Kwaku
Dankyi Anno Kwaku

Reputation: 1293

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.

Upvotes: 0

Poney
Poney

Reputation: 511

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.

Upvotes: 0

harcher81
harcher81

Reputation: 39

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.

Upvotes: 3

Related Questions