Thanks to anyone in advance who can help
🙂In retrieving my user registration code, I'm setting it to an https:// URL (which has been configured with a proper CA and key)
I'm also making sure to call roUrlTransfer.SetCertificatesFile(
pkg://somefile.pem)
I'm not getting any response from the web server; its returning nothing. For clarification, the certificate file should contain the certificate from the CA authority correct? I'm placing that certificate into a plain text file and saving with a .pem extension.
This is correct?