How to access Azure Blob Storage data in nrf7002

I am tried to access the server using http_client .I am tested that my implementation to access the local server works properly but the thing is i am tried to access the .bin file from azure blob storage for that i am gets the server url with SAS token and add the Digicert Global root cert but i got the error -3b00 while connect to the server. why its happened and can you please share is there any procedure to access the blob storage.Thanks in advance.

Best regards,

Goudam

Parents Reply
  • Hi

    Can you confirm whethert this is tls_credential_add() function, or is tls_add_credentials() a custom function you've made for your project? 

    In the tls_credential_add() function, the ca_cert_buf is the limiting buffer that is equal to the size of your certificate. Can you confirm this is the case or not for you as well? 

    If you try adding multiple credentials while the certification buffer is only limited to the length of a single buffer that might explain the ENOMEM error messages you're seeing.

    Best regards,

    Simon

Children
Related