Reputation: 109
I'm trying to send a POST request via postman and got below error:
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
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:
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
Reputation: 4294
File >> Settings >> General
Turn Off the SSL Certificate Verification
Upvotes: 2
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
Reputation: 271
For Postman on a Mac, turn it off here:
File menu > Preferences > General > SSL Certificate Verification
Upvotes: 4
Reputation: 753
I fixed this by following: Postman -> File (1st menu item) -> Settings -> SSL certificate verification OFF
Upvotes: 12