-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
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
Cannot connect to InfluxDB with self signed certificate #134
Comments
I found the configuration setting and tried to change that, which didnt work either....
|
@flyinggorilla thanks for the issue, we will take a look |
Hi @flyinggorilla, The issue is fixed in 1.10.0 milestone. If you would like to use a dev version then install client via:
Regards |
Thanks, I can confirm the argument works in the dev build. |
There is no
"verify=False"
option anymore, so i cannot migrate from the old to the new Python client.also the classic workaround of
doesnt work. Win 10, urllib3 1.25.9, python 3.8.3 windows/x64
The text was updated successfully, but these errors were encountered: