Languages

Menu
Sites
Language
How to access a https url on Tizen TV

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

Responses

1 Replies
Armaan-Ul- Islam

I expect you have already added Internet Privilege and Access Policy in your config.xml file. Details:

https://stackoverflow.com/questions/37783743/not-able-to-connect-proxy-in-tizen-emulator/37960903#37960903

 

Please share some relevant Code Snippets from your app.