TLS handshake error -3b00 on nRF7002

nrfConnect SDK 2.3.0

IDE: VS code

Console Error:

Connecting to HTTP Server:
[00:00:23.982,177] <err> net_sock_tls: TLS handshake error: -3b00

project setup:

I started with the sta example to connect the nrf7002 to wifi Then I pulled in the example for https requests using TLS from zephyr's github, https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/net/sockets/http_get/src/http_get.c

Are there any nrf7002 compatible examples for how to connect to an HTTPS server over port 443 to POST and GET data?

Parents
  • Hi Kyle

    Error -0x7100 means that there was bad input parameters to a function. So if this is before or after the invalid PUBKEY error depends on what function returns the bad input parameter error. WIthout knowing the details, since they both are trigged in the handshake process I would think the input parameters are checked before the handshake is started and the fact that the PUBKEY is invalid is discovered.

    Best regards,

    Simon

Reply
  • Hi Kyle

    Error -0x7100 means that there was bad input parameters to a function. So if this is before or after the invalid PUBKEY error depends on what function returns the bad input parameter error. WIthout knowing the details, since they both are trigged in the handshake process I would think the input parameters are checked before the handshake is started and the fact that the PUBKEY is invalid is discovered.

    Best regards,

    Simon

Children
No Data
Related