Skip to content

Commit

Permalink
samples: net: aws_iot: Enable SNI for nRF7002 DK
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jtguggedal authored and rlubos committed Nov 1, 2024
1 parent 16654ce commit 3abe774
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3abe774

Please sign in to comment.