Merge branch 'fix/x509_bundle_replace_unreliable_url_v5.3' into 'release/v5.3'

fix(examples): replace unreliable external URL in https_x509_bundle example (backport v5.3)

See merge request espressif/esp-idf!47721
This commit is contained in:
Aditya Patwardhan
2026-05-10 14:50:36 +05:30

View File

@@ -1,7 +1,7 @@
/* HTTPS GET Example using plain mbedTLS sockets
*
* Contacts the howsmyssl.com API via TLS v1.2 and reads a JSON
* response.
* Connects to multiple HTTPS servers and validates their certificates
* using the certificate bundle.
*
* Adapted from the ssl_client1 example in mbedtls.
*
@@ -46,7 +46,7 @@
#define MAX_URLS 2
static const char *web_urls[MAX_URLS] = {
"https://www.howsmyssl.com/a/check",
"https://letsencrypt.org",
"https://espressif.com",
};