platform-espressif8266
platform-espressif8266 copied to clipboard
Bearssl The cipher AES128-SHA is not supported for TLSv1.2
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.