File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
docs/reference/configuration
i18n/en/docusaurus-plugin-content-docs/current/reference/configuration Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,24 @@ influx:
3838 org : home
3939` ` `
4040
41+ ---
42+
43+ ## HTTPS mit selbst-signiertem Zertifikat
44+
45+ Bei Verwendung von HTTPS (` https://`) wird standardmäßig das TLS-Zertifikat überprüft.
46+ Falls ein selbst-signiertes Zertifikat verwendet wird, kann die Zertifikatsüberprüfung deaktiviert werden :
47+
48+ **Beispiel**:
49+
50+ ` ` ` yaml
51+ influx:
52+ url: https://influxdb.example.com:8086
53+ database: evcc
54+ token: 1234567890abcdef
55+ org: home
56+ insecure: true
57+ ` ` `
58+
4159# # VictoriaMetrics
4260
4361[VictoriaMetrix](https://github.com/VictoriaMetrics/VictoriaMetrics) ist eine Time Series Datenbank mit InfluxDB kompatibler REST API.
Original file line number Diff line number Diff line change @@ -38,6 +38,24 @@ influx:
3838 org : home
3939` ` `
4040
41+ ---
42+
43+ ## HTTPS with Self-Signed Certificate
44+
45+ When using HTTPS (` https://`), the TLS certificate is verified by default.
46+ If you're using a self-signed certificate, certificate verification can be disabled :
47+
48+ **For example**:
49+
50+ ` ` ` yaml
51+ influx:
52+ url: https://influxdb.example.com:8086
53+ database: evcc
54+ token: 1234567890abcdef
55+ org: home
56+ insecure: true
57+ ` ` `
58+
4159# # VictoriaMetrics
4260
4361[VictoriaMetrix](https://github.com/VictoriaMetrics/VictoriaMetrics) is a time series database with InfluxDB compatible REST API.
You can’t perform that action at this time.
0 commit comments