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

    I'm currently researching and asking around internally if we have any sample projects for connecting to an HTTPS server, but it doesn't seem like it as of yet. I'll dig some more and get back to you. From what I can see the issue seems to be with configuring the mbedtls and its buffers correctly to work with the added security.

    I'll try to get back with more details tomorrow. Thank you for your patience!

    Best regards,

    Simon

Reply
  • Hi Kyle

    I'm currently researching and asking around internally if we have any sample projects for connecting to an HTTPS server, but it doesn't seem like it as of yet. I'll dig some more and get back to you. From what I can see the issue seems to be with configuring the mbedtls and its buffers correctly to work with the added security.

    I'll try to get back with more details tomorrow. Thank you for your patience!

    Best regards,

    Simon

Children
No Data
Related