11

Usually when creating a BaseUrl in Environments or defining the request url to test the API the developer ends up forgetting and putting Https: // instead of putting Http: // for a local test. So the SSL connect error happens, just set to http and test.

AlessandroASB
  • 111
  • 1
  • 1
  • 3

2 Answers2

9

I also run in to same problem and fix it by changing https with http

Fasika Walle
  • 117
  • 1
  • 4
0

you can either choose to ignore ssl verification from your api explorer (insomnia can, not sure about the others), or give your application a self signed certificate to enable HTTPS in your local web app