9

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

EdChum
  • 376,765
  • 198
  • 813
  • 562
Hoàng Đặng
  • 109
  • 1
  • 1
  • 6

5 Answers5

12

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

Charlie
  • 639
  • 9
  • 19
4

For Postman on a Mac, turn it off here:

File menu > Preferences > General > SSL Certificate Verification

mindmischief
  • 271
  • 1
  • 12
2

File >> Settings >> General

Turn Off the SSL Certificate Verification

enter image description here

Akitha_MJ
  • 3,882
  • 25
  • 20
1

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,

Hoàng Đặng
  • 109
  • 1
  • 1
  • 6
1

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

arun
  • 51
  • 5