From 6815f7a71b9cfe8bfebc11be783bf35cf3607e04 Mon Sep 17 00:00:00 2001 From: "harshal.patil" Date: Thu, 13 Nov 2025 12:33:41 +0530 Subject: [PATCH] test(examples): Fix cert bundle stress test --- .../protocols/https_x509_bundle/sdkconfig.ci.default_crt_bundle | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/protocols/https_x509_bundle/sdkconfig.ci.default_crt_bundle b/examples/protocols/https_x509_bundle/sdkconfig.ci.default_crt_bundle index d0e1451c3e..59a0ecd5c5 100644 --- a/examples/protocols/https_x509_bundle/sdkconfig.ci.default_crt_bundle +++ b/examples/protocols/https_x509_bundle/sdkconfig.ci.default_crt_bundle @@ -1,4 +1,5 @@ CONFIG_IDF_TARGET="esp32" +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_CROSS_SIGNED_VERIFY=y CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y # QEMU-Related configurations