We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
verify_certs
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
There is a mismatch between docs and implementation:
elasticsearch-py/elasticsearch/client/__init__.py
Line 120 in 7751fed
elasticsearch-py/elasticsearch/connection/http_requests.py
Line 30 in 7751fed
At first I was scared about the bad default value of verify_certs=False but happy it is only the docs that are wrong 😉
verify_certs=False
The text was updated successfully, but these errors were encountered:
Ahh ok there's actually a disconnect between requests and urllib3. Because off by default is what we get in urllib3. I'll clean up the docs.
requests
urllib3
Sorry, something went wrong.
52006f4
No branches or pull requests
There is a mismatch between docs and implementation:
elasticsearch-py/elasticsearch/client/__init__.py
Line 120 in 7751fed
elasticsearch-py/elasticsearch/connection/http_requests.py
Line 30 in 7751fed
At first I was scared about the bad default value of
verify_certs=False
but happy it is only the docs that are wrong 😉The text was updated successfully, but these errors were encountered: