nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
1.02k stars 92 forks source link

self-signed certificates support #19

Closed belane closed 3 years ago

belane commented 3 years ago

Great tool 👏 I have been testing it with some private endpoints and I've noticed that there are some issues with self-signed certificates, so added this small change to ignore urllib3 ssl errors.

nikitastupin commented 3 years ago

Hi @belane! Thanks for your contribution! I've decided to add this feature as CLI parameter because it feels not so good when "security" tool is "insecure" by default 😃