语言

Menu
Sites
Language
How to remove warning "security certificate is not trusted"

 

My application sents some information  in background to some analytics service. But Tizen shows 

"The site`s security certificate is not trusted! Do you access this site?" warrning dialog.

the site is: https://api.appcelerator.net/p/v2/mobile-web-track (analytics service from Appcelerator) It have valid GoDaddy sertificate (browsers verify it without any problems)

This message appears on each attempt to access web service. Even if I click 'ok' on it Tizen ask again in same application. It is very annoying, 

In config.xml I added all available privileges and put access permitions(there is some overhead, really first or second row is emough):

 

    <access origin="*" subdomains="true"/>
    <access origin="https://api.appcelerator.net/p/v2/mobile-web-track" subdomains="true"/>
    <access origin="https://api.appcelerator.net/" subdomains="true"/>

How can I remove this warrning?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

8 回复
Raghavendra Reddy Shiva
Thanks for your question, we are looking into it and will get back.
Lakshmi Grandhi
You can avoid warning by giving "www" to all sites, then this warning message won't appear Thanks Lakshmi
Aries Brune Tyson Antony Raj
The warning is not disappearing in device. and also i tried the below. Instead of https://accounts.google.com/, I tried to load https://www.accounts.google.com/ in browser. It is showing "This webpage is not available". I've already raised this in https://developer.tizen.org/forums/web-application-development/sites-security-certificate-not-trusted.
Anatoliy Odukha
really url with www and without it may point different sites, also path with www is not configured on server. So I cannot use it as solution. The main question is why Tizen treats valid cert from godaddy an 'non-trusted site'?
Lakshmi Grandhi
I raised a bug on jira, kindly follow it for more instructions https://bugs.tizen.org/jira/browse/TDIST-190
Anatoliy Odukha
I added one more ticket, about my case https://bugs.tizen.org/jira/browse/TDIST-192 Really it is more then multiple messages. 1. Warning dialog does not shows url that causes issue 2. After user clicked "Agree" no data received 3. Multiple questions for same url
xi chen
I have the same problem .. not allowed?
Aries Brune Tyson Antony Raj
It is not working as of now. Please follow the ticket mention above for further update.