Commit 549d536
committed
samples: net: https_client: Fix TLS configuration for native_sim
The TLS configuration for native_sim target is currently broken, it
fails to parse the certificate used in the sample:
net_sock_tls: Failed to parse certificate on tag 42, err: -0x3a00
That's because CONFIG_PSA_WANT_ECC_SECP_R1_384 was missing and the
certificate uses this curve. The remaining configs added were needed to
pass the handshake with the default example.com host.
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>1 parent 6a6fb04 commit 549d536
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments