This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

upload http_client

hello team,

I'm using nRF CONNECT 3.3.0, SEGGER Embedded studio IDE with Cmake version 3.16.5 and SDK

my device (nRF9160DK) is connected with system but SEGGER Embedded give me that error

other hand I tried with nRF connect so I'm sure that what step to upload and run the program but

I tried to upload http_client example so get something like that log error

Can someone help me out what are the step to use nRF connect to upload and get output on terminal windows

Parents Reply
  • It depends on what you want to achieve. e.g Default sample connects to www.google.com which needs a X.509 certificate provided in the samples/nrf9160/https_client/cert folder.

    Connect to your own server, what type of server?
    --> To connect to other servers, you might need to provision a different certificate. You can download a certificate for a given server using your web browser. Alternatively, you can obtain it from a dedicated website like SSL Labs.

    Then you can put the certificate in PEM format as instructed in the doc.

    The certificate is provisioned in the cert_provision() function


    Where do you put this "URL"? Please provide more details to help me understand the issue.

Children
Related