Graphql-playground: ERR_INSECURE_RESPONSE

Created on 2 Aug 2019  路  1Comment  路  Source: graphql/graphql-playground

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 &
kinquestion

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marktani picture marktani  路  3Comments

schickling picture schickling  路  3Comments

deathg0d picture deathg0d  路  3Comments

eole1712 picture eole1712  路  3Comments

nikcorg picture nikcorg  路  3Comments