Hi
I'm developing sync application.
The sync id done via our own server which is on Windows Azure.
I purchased SSL certification and resgitered via GeoTrust.
Every browser is ok with the SSL(I mean https:// connection).
Android is also fine with that. Only tizen complains about the https:// connection.
Tizen displays user confirm message. And even if user clicks "Yes" button,
tizen ignores user decision and generate error.
I got following message.
Loading page cancelled because of untrusted connection.
I don't know how can I make secure call to self hosting server.
Is there any special settings to succeed?
(The config.xml file already has <access origin="*" subdomains="true"/> )