mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-16 08:42:06 +02:00
verify ssl certificate fingerprint
This commit is contained in:
@ -118,6 +118,7 @@ typedef struct {
|
||||
#if (WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266)
|
||||
bool isSSL; ///< run in ssl mode
|
||||
WiFiClientSecure * ssl;
|
||||
const char * fingerprint;
|
||||
#endif
|
||||
|
||||
String cUrl; ///< http url
|
||||
|
Reference in New Issue
Block a user