From 839e2a825bf3552b1283575ba50c226537c8ee91 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Tue, 17 Dec 2024 07:30:20 +0100 Subject: [PATCH] docs: updates Readme (influxdb v1 ssl config) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a75e940..60865ff 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ with InfluxDBv1Session() as influx_client: influx_client.write_points(data=data, database="other_database") ``` +**Note** that you have to set `ssl` and `verify_ssl` to `False` when you are using a local influxdb instance. + + ### InfluxDBSession Interact with an InfluxDB server using the `InfluxDBSession` class. **Note that this class only supports InfluxDB v2** and **requires the `influxdbv2` optional dependency**.