[SyncEvolution] Syncevolution chokes on one calendar entry, doesn't say which, doesn't allow to skip, doesn't show actual server's complaint

2018-02-12 Thread Alain Knaff
Hi, When trying to use synccalendar, I occasionally get the following: [INFO @aev] operation temporarily (?) failed, going to retry in 5.0s before giving up in 298.7s: REPORT 'check for items': bad HTTP status: And then repeats the message with ever growing delays. Apparently, sync-evolution

[SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-01 Thread Alain Knaff
Hello all, I'm trying to set up calendar synchronization over SSL, however it seems that syncevolution on my Nokia N900 is not able to verify the server's certificate. Connecting to the same server via openssl from elsewhere works fine. On the N900, I do have the maemosec-certman-common-ca pac

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-01 Thread Alain Knaff
Hello again, Oops, found it: syncevolution does have a SSLServerCertificates setting in .config/syncevolution/default/peers//config.ini After pointing this to the file for the CA certificate (StartSSL), as found out by stracing wget, everything works fine: SSLServerCertificates = /etc/certs/c

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-01 Thread Alain Knaff
On 2011-11-01 13:32, Patrick Ohly wrote: [...] > "CURLOPT_CAPATH" - "This option is OpenSSL-specific and does nothing if > libcurl is built to use GnuTLS." - how is libcurl built on the N900? > > I don't mind adding such a feature, I just don't know whether it'll > help. Nope, just tried to set

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-01 Thread Alain Knaff
On 2011-11-01 15:44, Ove Kåven wrote: > Well, this stuff has been discussed before, and is a known problem. The > easiest solution is to just disable the SSL certificate checking... Even easier is to just use http, and not bother with SSL at all. Which is not a problem in my local Wifi LAN at home

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-01 Thread Alain Knaff
On 2011-11-01 20:24, Patrick Ohly wrote: > On Tue, 2011-11-01 at 17:46 +0100, Alain Knaff wrote: [...] >> ltrace also shows that the only environment variable accessed by >> syncevolution is SYNCEVOLUTION_DEBUG > > That's a bit surprising. The 1.2 binaries fr

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-02 Thread Alain Knaff
On 02/11/11 08:06, Patrick Ohly wrote: > On Tue, 2011-11-01 at 23:15 +0100, Alain Knaff wrote: [...] > I don't mind writing some extra code for doing this check, but hadn't > you already tried that without success? You said "just tried to set > CURLPOPT_CAPATH (and uns

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-02 Thread Alain Knaff
On 02/11/11 09:07, Patrick Ohly wrote: > On Tue, 2011-11-01 at 23:15 +0100, Alain Knaff wrote: >> On 2011-11-01 20:24, Patrick Ohly wrote: >>> On Tue, 2011-11-01 at 17:46 +0100, Alain Knaff wrote: >> [...] >>>> ltrace also shows that the only environment variab

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-02 Thread Alain Knaff
On 02/11/11 10:08, Patrick Ohly wrote: [...] > Can you run ldd on /usr/lib/libcurl* and check whether it uses gnutls or > libssl? On Debian, I get: > > $ ldd /usr/lib/libcurl.so.3 | grep -e tls -e ssl > libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x7f6733f55000) > libgnutls.so.26

Re: [SyncEvolution] Syncevolution on N900 unable to locate CA certificates (libcurl problem?)

2011-11-02 Thread Alain Knaff
On 02/11/11 11:14, Patrick Ohly wrote: > On Wed, 2011-11-02 at 10:50 +0100, Alain Knaff wrote: >> On 02/11/11 10:08, Patrick Ohly wrote: >>>> As far as I understand this distinction between CURLPOPT_CAINFO and >>>> CURLPOPT_CAPATH is platform independent. >&g