B4R Question error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
..after new installation, there is an untypical error, I cannot assign to. The scetch ist uploaded at other place with no problem. Is there any idea?


C:\Users\md\Desktop\B4R\BEWAES~1\Objects\bin\sketch\rESP8266WiFi.cpp: In member function 'bool B4R::WiFiSSLSocket::VerifyCertificate(B4R::B4RString*, B4R::B4RString*)':
rESP8266WiFi.cpp:107:22: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
107 | return wifiClient.verify(FingerPrint->data, Host->data);
| ^~~~~~
exit status 1

thank you so much :)
 
Top