1

I'm making a GET call in postman getting

{
  "message": "Unknown Exception",
  "error": "Unrecognized SSL message, plaintext connection?"
}

But when I do the same GET call from my terminal by converting the same request to curl, it works well. What exactly going wrong?

No issues if I use FireFox RestClient. The only problem is with google's postman.

Santosh Hegde
  • 3,420
  • 10
  • 35
  • 51
  • Possible duplicate of [Unrecognized SSL message, plaintext connection? Exception](http://stackoverflow.com/questions/6532273/unrecognized-ssl-message-plaintext-connection-exception) – user207421 Mar 28 '17 at 00:49
  • @EJP, I'm getting this error only in post-man. If I make the same call using curl command, it's working without any issues. – Santosh Hegde Apr 02 '17 at 08:15

0 Answers0