From 3abe774fc81859a38ce834920a2360417ee70cd0 Mon Sep 17 00:00:00 2001 From: Jan Tore Guggedal Date: Fri, 1 Nov 2024 13:07:47 +0100 Subject: [PATCH] samples: net: aws_iot: Enable SNI for nRF7002 DK AWS IoT require SNI for some certificate classes. Enable by default, as debugging of these issues is difficult. Signed-off-by: Jan Tore Guggedal --- samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf b/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf index 5739a8ac6f8b..3251b360651a 100644 --- a/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf +++ b/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf @@ -62,6 +62,7 @@ CONFIG_MBEDTLS=y CONFIG_MBEDTLS_ENABLE_HEAP=y CONFIG_MBEDTLS_HEAP_SIZE=81920 CONFIG_MBEDTLS_RSA_C=y +CONFIG_MBEDTLS_SSL_SERVER_NAME_INDICATION=y # NET Sockets CONFIG_NET_SOCKETS_SOCKOPT_TLS=y