http://bugzilla.moblin.org/show_bug.cgi?id=4551
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #8 from pohly <patrick.ohly(a)intel.com> 2009-07-24 07:16:45 ---
(In reply to comment #7)
We could fix this problem like this:
-
config->setSyncURL("http://m.google.com/syncml");
+
config->setSyncURL("https://m.google.com/syncml");
config->setWebURL("http://m.google.com/sync");
config->setClientAuthType("syncml:auth-basic");
config->setWBXML(true);
config->setConsumerReady(true);
+ // temporarily (?) disabled certificate checking because
+ // libsoup/gnutls do not accept the Verisign certificate
+ // (GNOME Bugzilla #589323)
+ config->setSSLVerifyServer(false);
+ config->setSSLVerifyHost(false);
The problem with that is that the non-standard "verify off" values will be
permanently written into users' config.ini. Updating SyncEvolution to a version
were they are on by default will not update those values, users would have to
do it manually.
I've implemented this and run a full test with it right now. Once we are sure
that all relevant platforms implement SSL checks so that they succeed with
Google we can revert this.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.