boblemaire / asyncHTTPrequest

asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
GNU General Public License v3.0
64 stars 31 forks source link

https? #15

Closed bertmelis closed 4 years ago

bertmelis commented 4 years ago

Do you think it is possible/feasible to implement https? I have almost zero knowledge about tls but willing to dive in.

boblemaire commented 4 years ago

I think it may be possible on the ESP32. I will be looking into it. Possibly will lose the Async property, at least for HTTP, is I do that, but in the ESP32, it's less of an issue in the client as it can just run in a task.