This commit is contained in:
Links
2019-06-23 12:14:44 +02:00
parent c164c47f08
commit adf2b07f3b

View File

@ -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
}