Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Postman "Self-signed SSL certificates are being blocked"

I'm trying to send a POST request via postman and got below error:

Self-signed SSL certificates are being blocked

I believed I had some error with HTTPS link. Then I tried to turned of *"

SSL certificated verification

"* in Settings > General as the guide already. But it didn't help!!!

like image 219
Hoàng Đặng Avatar asked Apr 18 '19 04:04

Hoàng Đặng


2 Answers

I fixed this by following: Postman -> File (1st menu item) -> Settings -> SSL certificate verification OFF

like image 67
Charlie Avatar answered Sep 20 '22 05:09

Charlie


For Postman on a Mac, turn it off here:

File menu > Preferences > General > SSL Certificate Verification

like image 22
mindmischief Avatar answered Sep 21 '22 05:09

mindmischief