mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
WiFiClientSecure fix flipped cert/key in comment (#5065)
This commit is contained in:
@ -72,8 +72,8 @@ void setup() {
|
||||
}
|
||||
}
|
||||
client.setCACert(test_root_ca);
|
||||
//client.setCertificate(test_client_key); // for client verification - certificate
|
||||
//client.setPrivateKey(test_client_cert); // for client verification - private key
|
||||
//client.setCertificate(test_client_cert); // for client verification - certificate
|
||||
//client.setPrivateKey(test_client_key); // for client verification - private key
|
||||
Serial.println("");
|
||||
Serial.println("WiFi connected");
|
||||
Serial.println("IP address set: ");
|
||||
|
Reference in New Issue
Block a user