Hoàng Đặng
Hoàng Đặng

Reputation: 109

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!!!

Upvotes: 9

Views: 35066

Answers (5)

Hoàng Đặng
Hoàng Đặng

Reputation: 109

I see the same issue and answers at: this question 47806876

However, as my question it I couldn't find the right solution to me directly. After 1 hour of checking I found that the error doesn't regard anything to SSL certificates and HTTPS!!!

The error due to an ugly mistake with:

  • Some spaces in parameter "mykey ", see picture:

SPACES in myKey parameter

I fixed it by removing the "SPACES" then it work normally. The point here I think it is a BUG in Postman, that need to be fix. Means Postman should rise the correct error here, to save us hours of testing.

Regards,

Upvotes: 1

Akitha_MJ
Akitha_MJ

Reputation: 4294

File >> Settings >> General

Turn Off the SSL Certificate Verification

enter image description here

Upvotes: 2

arun
arun

Reputation: 51

I have fixed the issue , just open the postman then setting (one which have the spanner like image) ==> General ==> SSL Certificate verification Turn off

Upvotes: 1

mindmischief
mindmischief

Reputation: 271

For Postman on a Mac, turn it off here:

File menu > Preferences > General > SSL Certificate Verification

Upvotes: 4

Charlie
Charlie

Reputation: 753

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

Upvotes: 12

Related Questions