Skip to content

error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' #80

Description

@eaglefred

Describe the bug
Error when compiling my source code for ESP8266 with 3.0.5 RemoteDebug

Arduino Information:

  • OS: Linux
  • IDE ArduinoIDE 1.8.15
  • Board ESP8266 GenericModule

Additional context
Here is the compilation error:
/home/fred/Arduino/libraries/RemoteDebug/src/utility/WebSocketsClient.cpp: In member function 'void WebSocketsClient::connectedCb()':
/home/fred/Arduino/libraries/RemoteDebug/src/utility/WebSocketsClient.cpp:704:26: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
704 | if(!_client.ssl->verify(_fingerprint.c_str(), _host.c_str())) {
| ^~~~~~

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions