Jason2866 / platform-espressif32

Tasmota Espressif 32: development platform for PlatformIO
Apache License 2.0
47 stars 20 forks source link

HTTPClientLight #69

Closed Avenitos closed 2 months ago

Avenitos commented 2 months ago

Greetings! Thank you for a good build for Platformio, I have been using it for a couple of years.

After the last update, I encountered the absence of a client for HTTPS.

As far as I understand correctly, it is supposed to use HTTPClientLight, everything works with http resources, and with https the error is -1256.

Tell me where to dig? Maybe some compilation flag forgot to specify?

Jason2866 commented 2 months ago

As designed. It is removed, we use our own https implementation.

Avenitos commented 2 months ago

So I wrote this, and asked why your implementation gives such an error code :)

Jason2866 commented 2 months ago

There is no http client included in the framework which can establish secured connections. The client we use in Tasmota is written in Berry.