Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: SSL connect error on Insomnia when trying to make a localhost request

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.

like image 686
AlessandroASB Avatar asked Nov 15 '22 08:11

AlessandroASB


1 Answers

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

like image 110
Fasika Walle Avatar answered Dec 04 '22 03:12

Fasika Walle