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
"Please call `idf.py menuconfig` then go to Component config -> mbedTLS -> TLS Key Exchange Methods -> Enable pre-shared-key ciphersuites and then check `Enable PSK based ciphersuite modes`. Save and Quit."
25
-
#else
26
-
27
22
constchar *pers = "esp32-tls";
28
23
29
24
staticint_handle_error(int err, constchar *function, int line) {
@@ -217,6 +212,10 @@ int start_ssl_client(
217
212
log_e("useRootCABundle is set, but attach_ssl_certificate_bundle(ssl, true); was not called!");
0 commit comments