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 689d771 commit 0ec1d4fCopy full SHA for 0ec1d4f
ESP32_S2_WiFi_Tests/JSONdemo/JSONdemo.ino
@@ -85,7 +85,7 @@ void setup() {
85
#endif
86
87
printWifiStatus();
88
-
+ client.setInsecure(); // don't use a root cert
89
}
90
91
uint32_t bytes = 0;
ESP32_S2_WiFi_Tests/WiFiSSLClient/WiFiSSLClient.ino
@@ -51,6 +51,8 @@ void setup() {
51
Serial.println("Connected to WiFi");
52
53
54
55
+
56
Serial.println("\nStarting connection to server...");
57
// if you get a connection, report back via serial:
58
if (client.connect(SERVER, 443)) {
0 commit comments