graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.68k stars 225 forks source link

Feat: Run over ssl #202

Open tomasjanicek opened 10 months ago

tomasjanicek commented 10 months ago

in many cases, if we use an application in combination with a docker application that runs on https, I need the API to run under ssl as well.

I created an optional --ssl parameter that creates a proxy application above the node. This switch also expects to have server.cert and server.key certificates in the ./ssl folder