graphql-playground icon indicating copy to clipboard operation
graphql-playground copied to clipboard

ERR_INSECURE_RESPONSE

Open timsayshey opened this issue 6 years ago • 2 comments
trafficstars

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. image

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 &

timsayshey avatar Aug 02 '19 02:08 timsayshey

Indeed, would be great if it was configurable somewhere in the Settings...

sebastienbarre avatar Dec 17 '19 18:12 sebastienbarre

what would be the command on windows 10. I see the same error while accessing https://localhost/graphql

ppodila avatar Jun 22 '21 18:06 ppodila