mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-13 23:36:30 +02:00
fix #447
This commit is contained in:
@ -762,7 +762,7 @@ void WebSocketsClient::connectedCb() {
|
||||
return;
|
||||
}
|
||||
} else if(_client.isSSL && !_CA_cert) {
|
||||
#if defined(wificlientbearssl_h) && !defined(USING_AXTLS)
|
||||
#if defined(wificlientbearssl_h) && !defined(USING_AXTLS) && !defined(wificlientsecure_h)
|
||||
_client.ssl->setInsecure();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user