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?