prisma-labs / get-graphql-schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
665 stars 63 forks source link

Cannnot generate schema from endpoints having invalid and self-signed certificates #78

Open marcothz opened 8 months ago

marcothz commented 8 months ago

In our development and testing environments, we use self-signed HTTPS certificated, but get-graphql-schema enforces SSL certificate validation. My current workaround is to point to HTTP endpoint, but that's only possible for my development environment.