3

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?

enter image description here

1 Answers1

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.