Hello,
I have loaded the https_client sample to my nRF9160 DK, and when it runs, it blocks after printing "Provisioning certificate" for 10 minutes exactly. That would mean that the function "modem_key_mgmt_write" runs awefully slow. Why is that? Is there a way it could be sped up? I have not seen this problem reported recently by other users, which makes me wonder if I am doing something wrong.
I have updated my repository to the latest version and also updated the modem's firmware to the latest release.
The reason I am testing this sample is because I need connectivity with a https server and I guess I would need TLS for that. I have also read that even if I don't want to verify my certificate, I do have to load it and therefore use the function cert_provision(). Could you please correct me if I have made some wrong assumptions?
Thanks,
Aleix.