esp8266-aws_iot icon indicating copy to clipboard operation
esp8266-aws_iot copied to clipboard

'class BearSSL::WiFiClientSecure' has no member named 'loadCertificate'

Open Prabindas001 opened this issue 4 years ago • 1 comments

I am getting this error, I tried several things but couldn't get it to work. any help will be appreciated. Thanks

Prabindas001 avatar Jun 18 '21 11:06 Prabindas001

I have the same error: I using board 8266 version 3.0.2, and PubSubCliente version 2.8.0

mqtt_x509_DER:124:17: error: 'class BearSSL::WiFiClientSecure' has no member named 'loadCertificate' 124 | if (espClient.loadCertificate(cert)) | ^~~~~~~~~~~~~~~ mqtt_x509_DER:139:17: error: 'class BearSSL::WiFiClientSecure' has no member named 'loadPrivateKey' 139 | if (espClient.loadPrivateKey(private_key)) | ^~~~~~~~~~~~~~ exit status 1 'class BearSSL::WiFiClientSecure' has no member named 'loadCertificate'

impactro avatar Dec 27 '21 17:12 impactro