You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/esp_websocket_client/include/esp_websocket_client.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ typedef struct {
118
118
booldisable_pingpong_discon; /*!< Disable auto-disconnect due to no PONG received within pingpong_timeout_sec */
119
119
booluse_global_ca_store; /*!< Use a global ca_store for all the connections in which this bool is set. */
120
120
esp_err_t (*crt_bundle_attach)(void*conf); /*!< Function pointer to esp_crt_bundle_attach. Enables the use of certification bundle for server verification, MBEDTLS_CERTIFICATE_BUNDLE must be enabled in menuconfig. Include esp_crt_bundle.h, and use `esp_crt_bundle_attach` here to include bundled CA certificates. */
121
+
constchar*cert_common_name; /*!< Expected common name of the server certificate */
121
122
boolskip_cert_common_name_check;/*!< Skip any validation of server certificate CN field */
0 commit comments