|
2010-02-18
, 18:43
|
Posts: 39 |
Thanked: 0 times |
Joined on Feb 2010
@ Zürich, Switzerland
|
#92
|
@joschum, so why not press the thank button
As to your SSL question, this depends on your server configuration, here is a start: http://www.openssl.org/docs/HOWTO/certificates.txt
but these are self-signed certs to get a fully signed cert you should check out https://www.startssl.com/ they are giving out signed ones free of charge.
i just googled "funambol ssl" again and this was the first hit: https://wiki.ow2.org/sync4j/Wiki.jsp?page=HowtouseHttps
did you try and do a search?
ssh -p 22 -N -L 12340:localhost:8080 <exampleuser>@<funambolserv>
syncURL = http://localhost:12340/funambol/ds
syncevolution funambol
|
2010-02-18
, 19:22
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#93
|
Has anyone got issues when using an SSL connection for syncing?
In the logs it shows:
It works just fine from the Outlook/Thunderbird Funambol client and visiting the link in the N900 browser shows:Code:
- [2010-02-04 17:24:06.794] CurlTransport Failure: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- [2010-02-04 17:25:05.797] SyncContext: resend previous request #1
- [2010-02-04 17:25:06.113] CurlTransport Failure: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- [2010-02-04 17:26:05.115] SyncContext: resend previous request #2
- [2010-02-04 17:26:05.569] CurlTransport Failure: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- [2010-02-04 17:27:05.581] SyncContext: resend previous request #3
- [2010-02-04 17:27:05.989] CurlTransport Failure: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- [2010-02-04 17:28:05.991] SyncContext: resend previous request #4
- [2010-02-04 17:28:06.449] CurlTransport Failure: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- [2010-02-04 17:28:32.639] Asking server to suspend... Press CTRL-C again quickly (within 2s) to stop sync immediately (can cause problems during next sync!)
- [2010-02-04 17:28:32.640] --------------- Ignoring all commands in this message (after 268 sec. request processing, 268 sec. total) with Status 514 (0=none) from here on
Invalid Request - The MDaemon SyncML server does not support requests from web browsers. Only SyncML 1.0, 1.1, and 1.2 clients are supported.So all should be well
|
2010-02-18
, 21:22
|
|
Posts: 93 |
Thanked: 36 times |
Joined on Nov 2009
@ Germany / Mainz
|
#94
|
# The client refuses to establish the connection unless
# the server presents a valid certificate. Disabling this
# option considerably reduces the security of SSL
# (man-in-the-middle attacks become possible) and is not
# recommended.
SSLVerifyServer = 0
|
2010-02-18
, 22:04
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#95
|
|
2010-02-19
, 14:38
|
Posts: 4 |
Thanked: 2 times |
Joined on Dec 2009
@ Paris
|
#96
|
|
2010-02-19
, 16:09
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#97
|
|
2010-02-19
, 20:46
|
Posts: 2 |
Thanked: 1 time |
Joined on Jan 2010
|
#98
|
According to this blog, it seems this bug is due to "broken IPv6 support in the Maemo version of libcurl", however I have not idea to fix that bug....
|
2010-02-24
, 13:55
|
Posts: 39 |
Thanked: 0 times |
Joined on Feb 2010
@ Zürich, Switzerland
|
#99
|
Nokia-N900-51-1:$ syncevolution funambol [ERROR] /home/user/.cache/syncevolution/funambol-2010-02-24-14-50: No space left on device Synchronization failed. Changes applied during synchronization: +---------------|-------ON CLIENT-------|-------ON SERVER-------|-CON-+ | | rejected / total | rejected / total | FLI | | Source | NEW | MOD | DEL | NEW | MOD | DEL | CTS | +---------------+-------+-------+-------+-------+-------+-------+-----+ | synchronization failed (status code 500) | +---------------+-------+-------+-------+-------+-------+-------+-----+
|
2010-02-24
, 14:03
|
|
Posts: 93 |
Thanked: 36 times |
Joined on Nov 2009
@ Germany / Mainz
|
#100
|
The Following User Says Thank You to mason For This Useful Post: | ||
Tags |
calendar sync, maemo 5 |
Thread Tools | |
|
It looks like the gui uses a directory structure of config files, so could I add
TIA