GNOME Bugzilla – Bug 639469
WebDAV Contacts fails with non-ssl URL, e.g. https works, but http does not
Last modified: 2011-01-15 23:25:40 UTC
Created attachment 178262 [details] [review] fix_webcav_contacts_non_https_protocol.patch When a WebDAV addressbook is created with a http://xxx.xxx/xxx (non-ssl) URI, the backend will attempt to access the DAV via a https://xxx.xxx/xxx URI instead. The attached patch fixes this issue.
Thanks Kirk, I've committed your fix now :-) Regards, Andrew McMillan.