mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 10:36:36 +03:00
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:
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user