Marco Thomazini

Results 3 issues of Marco Thomazini

To ignore invalid and self-signed certificate checks one can pass the `--allowInsecure` (or `-k`) command line argument.

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