Connecting to HTTPS servers and sending and receiving data on the NRF7002dk

Hello,

I am using nrf7002dk on NCS version 2.6.0.

I want to send data to an HTTPS web server using WiFi.

I saw some mentions about HTTPS in several posts on Devzone.

but, I need definite information on whether this feature is supported by Nordic.

Are there any official HTTPS-related examples or guidelines? If not, are there any plans to add them? If possible, could you provide an approximate timeframe?

Thank you.

Parents
  • Hi

    Can you confirm that the following is your issue, as I don't read Korean I had to use a translation program, so something might have been lost in translation.

    You're trying to send data to an HTTPS server over Wi-Fi and you're wondering if HTTPS is supported and we have any samples/guidelines on it. Currently there are no samples for https in the nRF Connect SDK, but you can check out this case which discusses it in detail, and we've had reports of people being able to implement HTTPS. Whether this is coming to the nRF Connect SDK I would suggest asking the regional sales manager of your area, as we don't speculate or discuss possible upcoming features/products here on DevZone. If you don't know who this is, let me know and I will help you reach out.

    Best regards,

    Simon

Reply
  • Hi

    Can you confirm that the following is your issue, as I don't read Korean I had to use a translation program, so something might have been lost in translation.

    You're trying to send data to an HTTPS server over Wi-Fi and you're wondering if HTTPS is supported and we have any samples/guidelines on it. Currently there are no samples for https in the nRF Connect SDK, but you can check out this case which discusses it in detail, and we've had reports of people being able to implement HTTPS. Whether this is coming to the nRF Connect SDK I would suggest asking the regional sales manager of your area, as we don't speculate or discuss possible upcoming features/products here on DevZone. If you don't know who this is, let me know and I will help you reach out.

    Best regards,

    Simon

Children
  • Hello, Simon.

    Your response is correct. What I need is to implement HTTPS communication in a WiFi environment.

    1) Are you saying that while you provide the TLS module, there is no sample that properly applies it to HTTPS communication?

    2) The following guide indicates that the https_clients sample example can also be executed on the nRF7002 DK, but I encountered difficulties in adding the WiFi connection process. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/net/https_client/README.html

    3) In another approach, I managed to connect to an AP and send a TCP message using the base wifi/shell example you mentioned, but I am having trouble adding TLS credentials. The example I received was implemented with NCS version 2.4.0, but I am having difficulty with changes due to the version upgrade to NCS 2.6.0.

    Could you provide detailed guidelines for either 2) or 3)?

    Thank you.

Related