Pushing to an SSL InfluxDB instance

Hi,

Does IotaWatt support SSL InfluxDB? It doesn’t seem to.

Cheers,
Mike

1 Like

Sorry Mike, not enough heap for that with the standard ESP HTTPclient support.

I’m working on a lite HTTP layer to drop onto the ESPasyncTCP which supports a lightweight TSL implementation. That’s probably quite a few months away, if it works at all (the TLS that is, the asynchronous does work fine).

If that doesn’t do it, I expect an ESP32 port will solve the issue. That’s probably a year off.

Thanks for the reply Bob, that makes sense. I guess I could proxy the responses via nginx or something to my HTTPS instance.