Hi there,
Just been testing version 0.9.2 (which I understand is compiled with libcurl instead of libsoup) on a Nokia N900 connecting over https with some "weird" behaviour.
After rebooting the device, initial syncs fail with the following error:
~ $ syncevolution horde
Local data changes to be applied to server during synchronization:
*** calendar ***
no changes
[INFO] calendar: starting first time sync from server
[INFO] CurlTransport Failure: error:140920DF:SSL routines:SSL3_GET_SERVER_HELLO:parse tlsext
If the same command is then run again immediately after then the sync begins but fails with the error below after a number of items are processed.
For all my attempts, this is bizarrely always the 25th item:
~ $ syncevolution horde
Local data changes to be applied to server during synchronization:
*** calendar ***
no changes
[INFO] calendar: starting first time sync from server
[INFO] calendar: started
[INFO] calendar: received 1/196
[INFO] calendar: added 1, updated 0, removed 0
[INFO] calendar: received 2/196
.
.
.
[INFO] calendar: received 22/196
[INFO] calendar: added 22, updated 0, removed 0
[INFO] calendar: received 23/196
[INFO] calendar: added 23, updated 0, removed 0
[INFO] calendar: received 24/196
[INFO] calendar: added 24, updated 0, removed 0
[INFO] calendar: received 25/196
[INFO] calendar: added 25, updated 0, removed 0
[INFO] CurlTransport Failure: error:140920DF:SSL routines:SSL3_GET_SERVER_HELLO:parse tlsext
Does anyone know if this is a known issue that is resolved in one of the later versions?
Matt