We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ec18e commit f65e8d9Copy full SHA for f65e8d9
src/WebSocketsClient.cpp
@@ -170,6 +170,7 @@ void WebSocketsClient::loop(void) {
170
_client.tcp = NULL;
171
}
172
_client.ssl = new WEBSOCKETS_NETWORK_SSL_CLASS();
173
+ _client.ssl->setFingerprint(_fingerprint.c_str());
174
_client.tcp = _client.ssl;
175
if(_CA_cert) {
176
DEBUG_WEBSOCKETS("[WS-Client] setting CA certificate");
0 commit comments