We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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