Hello,
I developed a web app for Tizen 3.0/4.0 TV.
In the app, I want to get data from server through HTTPS, but it seems that it can't work normally. (it work normally through HTTP)
I got the error: "POST https ://xxxxxxxxxxx.net:8443/clientapplication .net::ERR_INSECURE_RESPONSE"
The certificate is self-signed.
I think, we need to add the CA-certificate into the trust list of the Tizen system or web engine? or is there any other methods to solve this problem?
Thanks,
shx.chen