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 Children
  • tls_credential_add(tls_sec_tag, TLS_CREDENTIAL_CA_CERTIFICATE,cred, credlen); its a default sdk function present in ncs and i am change the 
    CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE to RAM its fix the size issue but it gives a 0x2700 CA verification failed error .But same cert worked with https alone .if i add mqtt means https handshake failed with this error
Related