Hi,
I am trying to use SSL certificates to communicate with an HTTPS server (Dropbox), but I am getting error -155 when connecting. I am unsure which certificate to use. Do I use the server certificate (*.dropbox.com), or do I use the root certificate (GoDaddy Root Certificate Authority)? I have tried both with the same result.
I have used Firefox to download either certificate in "X.509 Certificate (DER)" format, and added the file to my flash file system as "/cert/129.der". I then set sockSecureFiles.secureFiles[2] = 129 and call sl_SetSockOpt(...,SL_SO_SECURE_FILES);
Any suggestions?
Thanks,
Frank