8000
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 dfd5a4f commit 709ba79Copy full SHA for 709ba79
libraries/ESP8266WiFi/examples/BearSSL_CertStore/BearSSL_CertStore.ino
@@ -148,8 +148,8 @@ void setup() {
148
BearSSL::WiFiClientSecure *bear = new BearSSL::WiFiClientSecure();
149
// Integrate the cert store with this connection
150
bear->setCertStore(&certStore);
151
- Serial.printf("Attempting to fetch https://www.github.com/...\n");
152
- fetchURL(bear, "www.github.com", 443, "/");
+ Serial.printf("Attempting to fetch https://github.com/...\n");
+ fetchURL(bear, "github.com", 443, "/");
153
delete bear;
154
}
155
0 commit comments