Skip to content

Commit bc00e11

Browse files
committed
update to new cert name
1 parent 0504236 commit bc00e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void loop() {
4141

4242
std::unique_ptr<BearSSL::WiFiClientSecure> client(new BearSSL::WiFiClientSecure);
4343

44-
client->setFingerprint(fingerprint___w3_org);
44+
client->setFingerprint(fingerprint_sni_cloudflaressl_com);
4545
// Or, if you happy to ignore the SSL certificate, then use the following line instead:
4646
// client->setInsecure();
4747

0 commit comments

Comments
 (0)