skevy / graphiql-app

Light, Electron-based Wrapper around GraphiQL
MIT License
2.96k stars 336 forks source link

ignore unauthorized certs to allow for self-signed certs #119

Closed craig-day closed 6 years ago

craig-day commented 6 years ago

I played around with this a little bit, but I think this is the cleanest option to support self-signed certificates.

This should resolve #118

/cc @gjtorikian @joshmanders

craig-day commented 6 years ago

@joshmanders would you be able to pull this branch and run it locally to verify it solves your issue?

joshmanders commented 6 years ago

@craig-day confirmed, it works.

gjtorikian commented 6 years ago

Great, thanks!