From 31dc2bae5f436a1fb208cb4eb8102b81b9d34887 Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Thu, 28 Apr 2022 21:28:26 +0200 Subject: [PATCH] Pushing perf-data to influx ssl not supported --- src/helper.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/helper.cpp b/src/helper.cpp index 8023174..d8f69f0 100644 --- a/src/helper.cpp +++ b/src/helper.cpp @@ -317,6 +317,11 @@ void PerfLogging::print() { void PerfLogging::pushInflux() { if (!myConfig.isInfluxDb2Active()) return; + if (myConfig.isInfluxSSL()) { + Log.warning(F("PERF: InfluxDB2 with SSL is not supported when pushing performance data, skipping" CR); + return; + } + WiFiClient wifi; HTTPClient http; String serverPath =