Skip to content

Commit 69fb7f1

Browse files
committed
samples: net: sockets: http_get: add missing SHA alg
Add PSA_WANT_ALG_SHA_1 to the TLS configuration. This is required to parse the certificate. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
1 parent 8a9772f commit 69fb7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎samples/net/sockets/http_get/overlay-tls.conf‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_MBEDTLS_CMAC=y
1111

1212
CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
1313
CONFIG_MBEDTLS_CIPHERSUITE_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256=y
14+
CONFIG_PSA_WANT_ALG_SHA_1=y
1415

1516
# Debugging options
1617
#CONFIG_MBEDTLS_DEBUG=y

0 commit comments

Comments
 (0)