platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
330 stars 219 forks source link

Bearssl The cipher AES128-SHA is not supported for TLSv1.2 #297

Open Eisbaeeer opened 1 year ago

Eisbaeeer commented 1 year ago

I got an issue regarding bearssl with TLS1.2 and ciphers. It´s working since 2 years. Now it is broken.

Code: httpsClient = new BearSSL::WiFiClientSecure(); httpsClient->setCertStore(&certStore); http->begin(*httpsClient, url); client = httpsClient;

It seems, that a higher cipher is broken.