I'm trying RESTful API for WSO2 API Manager 2.6.0 with POSTMAN. The documentation is here. I use POSTMAN instead of directly using curl commands. After importing curl command and setting request body, when I click Send button POSTMAN gives this error. However, curl works fine in the terminal. Can anyone help with this issue?
Asked
Active
Viewed 291 times
1 Answers
4
This issue is due to SSL certificates are being blocked as mentioned in reasons. Go to File->Settings->General
and turn off SSL certificate verification
in POSTMAN.

Binod Karunanayake
- 606
- 8
- 19