graphql-playground
graphql-playground copied to clipboard
ERR_INSECURE_RESPONSE
I'm trying to run the Electron app but I keep getting ERR_INSECURE_RESPONSE when it tries to connect to my local GraphQL server with a self signed certificate.

This is probably because it's not running from 127.0.0.1. It's running from Minikube which runs on 192.168.99.100. Is there a way to whitelist this IP so I can use a self-signed certificate?
Also, I tried adding the self signed certificate to my Mac's keychain still no luck.
The only thing that works is the following command which is pretty hacky:
/Applications/GraphQL\ Playground.app/Contents/MacOS/GraphQL\ Playground --ignore-certificate-errors &> /dev/null &
Indeed, would be great if it was configurable somewhere in the Settings...
what would be the command on windows 10. I see the same error while accessing https://localhost/graphql