[vz-dev] [volkszaehler/vzlogger] 793a84: Add ssl_verify_peer option for Influx DB CURL (#381)
André Müller
noreply at github.com
Sat Aug 17 20:17:15 CEST 2019
Branch: refs/heads/master
Home: https://github.com/volkszaehler/vzlogger
Commit: 793a8439111eb33bd151e595243332af63a7543b
https://github.com/volkszaehler/vzlogger/commit/793a8439111eb33bd151e595243332af63a7543b
Author: André Müller <andre at kiwisound.de>
Date: 2019-08-17 (Sat, 17 Aug 2019)
Changed paths:
M etc/vzlogger.conf.InfluxDB
M include/api/InfluxDB.hpp
M src/api/InfluxDB.cpp
Log Message:
-----------
Add ssl_verify_peer option for Influx DB CURL (#381)
* Insecure SSL added for Influx DB CURL
* Add option for disabling uuids for influx db
Increased precision of numbers sent to influx db.
* Refactored according to request of mbehr1
* Add ssl_verifypeer option for InfluxDB
ssl_verifypeer defaults to true. For self signed certificates you can
set this option to false in order to allow a SSL connection to InfluxDB.
* Add new InfluxDB options to vzlogger.conf.InfluxDB
More information about the volkszaehler-dev
mailing list