platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

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

Open Eisbaeeer opened this issue 2 years ago • 0 comments

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.

Eisbaeeer avatar May 26 '23 19:05 Eisbaeeer