We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running various Gengo api calls, a warning pops up:
InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
I think it would be a good idea for Gengo to verify certificates.
The text was updated successfully, but these errors were encountered:
Is it possible to get this fixed? It's basically this statement that needs to be changed:
gengo-python/gengo/gengo.py
Lines 378 to 382 in 7364afd
Sorry, something went wrong.
No branches or pull requests
When running various Gengo api calls, a warning pops up:
I think it would be a good idea for Gengo to verify certificates.
The text was updated successfully, but these errors were encountered: