Pushing perf-data to influx ssl not supported
This commit is contained in:
@ -317,6 +317,11 @@ void PerfLogging::print() {
|
|||||||
void PerfLogging::pushInflux() {
|
void PerfLogging::pushInflux() {
|
||||||
if (!myConfig.isInfluxDb2Active()) return;
|
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;
|
WiFiClient wifi;
|
||||||
HTTPClient http;
|
HTTPClient http;
|
||||||
String serverPath =
|
String serverPath =
|
||||||
|
Reference in New Issue
Block a user