You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What im noticing is that WiFiClientSecure::setInsecure() is not called which might lead start_ssl_client(...) to return -1 due to NULLs condition.
EDIT:
There seems to be an issue with INIT_MODE=setup and TLS certificates which is not starting up the influxdb server.
This could be the reason why i'm getting the error above.
I'll check in few days to report any update
The text was updated successfully, but these errors were encountered:
@maxdd, WiFiClientSecure::setInsecure() for ESP32 is supported only since the recent 1.0.5 release. Adding this to the release of the library will break compilation as most users adopt new SDKs slowly.
You can use this fork, where it is prepared.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Serial should report Serial.print("Connected to InfluxDB: ");
Actual behavior:
Serial is reporting Serial.print("InfluxDB connection failed: ");
Specifications:
What im noticing is that WiFiClientSecure::setInsecure() is not called which might lead start_ssl_client(...) to return -1 due to NULLs condition.
EDIT:
There seems to be an issue with INIT_MODE=setup and TLS certificates which is not starting up the influxdb server.
This could be the reason why i'm getting the error above.
I'll check in few days to report any update
The text was updated successfully, but these errors were encountered: