Skip to content

Commit 3abe774

Browse files
jtguggedalrlubos
authored andcommitted
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 <[email protected]>
1 parent 16654ce commit 3abe774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ CONFIG_MBEDTLS=y
6262
CONFIG_MBEDTLS_ENABLE_HEAP=y
6363
CONFIG_MBEDTLS_HEAP_SIZE=81920
6464
CONFIG_MBEDTLS_RSA_C=y
65+
CONFIG_MBEDTLS_SSL_SERVER_NAME_INDICATION=y
6566

6667
# NET Sockets
6768
CONFIG_NET_SOCKETS_SOCKOPT_TLS=y

0 commit comments

Comments
 (0)