gggard / AndroidCaldavSyncAdapater

Caldav synch adapter for Android
246 stars 88 forks source link

Misleading error message "wrong URL" if problem with certificate #220

Open okin opened 9 years ago

okin commented 9 years ago

I tried to use the adapter to sync my data from Owncloud to my Android phone. Entering credentials and address always failed me with a message "wrong URL" although it could be accessed through other caldav clients (i.e. Lightning).

The problem in the end was that I used https for the connection but the server-certificate was issued for another domain. I could resolve the problem by pointing the URL to the address where the certificate was issued for.

I would like to have the adapter show a more meaningful error message (wrong url was misleading in this case) or give me the possibility to still acceppt the certificate.

fraengii commented 9 years ago

I have the same Problem but it still remains: My ownCloud is on a subdomain and I already installed a class1 certificate for it (startssl.com). The browser says 'Your are connected with >my_domain<' and the site informations say 'Website identity, website: >cloud.my_domain<'. Is it a problem that my oc is on a subdomain or should I have a class2 cert?

Kind regards!

j0hny666 commented 9 years ago

Same problem here...