Skip to content

WiFiClientSecure does not name a type WiFiClientSecure * ssl #1

@pieman64

Description

@pieman64

@tzapu added the libraries etc and when I try to compile the sketch I get:

WebSockets.h:164:9: error: 'WiFiClientSecure' does not name a type WiFiClientSecure * ssl;

The section in Websockets.h is:

#if (WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266)
        bool isSSL;             ///< run in ssl mode
        WiFiClientSecure * ssl;
#endif

Do you know what the fix is?

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