Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 130 forks source link

Support https on local environment #303

Open marktani opened 6 years ago

marktani commented 6 years ago

Issue by kbrandwijk Thursday Oct 19, 2017 at 13:33 GMT Originally opened as https://github.com/graphcool/prisma/issues/913


What feature are you missing? I would like the local environment to use https. Testing a local https client app against the local http endpoint throws warnings/errors in some cases.

How could this feature look like in detail? Tradeoffs? Add an 's' to the url :wink:

marktani commented 6 years ago

Comment by schickling Thursday Oct 19, 2017 at 13:43 GMT


To my understanding, this is not as simple as it sounds. @kbrandwijk could you suggest a workflow in regards to SSL certificates? Are you proposing to use self-signed certificates or something like Let's Encrypt?

marktani commented 6 years ago

Comment by kbrandwijk Thursday Oct 19, 2017 at 14:07 GMT


Just self signed ones.