boblemaire / asyncHTTPrequest

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

Can't make secure HTTP (HTTPS) request #22

Closed autosoft-co closed 4 years ago

autosoft-co commented 4 years ago

Hi everyone,

I'm unable to perform requests to HTTPS Endpoints. the requests are failing with exception.

Let me know if you guys need the logs.

Thank you.

boblemaire commented 4 years ago

Sorry, the library only supports HTTP requests. HTTPS is not possible on the ESP8266 due to heap issues. On the ESP32, the underlying asyncTCP does not have support for TLS (HTTPS).