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.
Asked
Active
Viewed 3.0k times
2 Answers
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

nawfel giuma
- 11
- 1