Horde Nokia E70 sync problem

View: New views
3 Messages — Rating Filter:   Alert me  

Horde Nokia E70 sync problem

by Pär Aronsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My Nokia E70 claims no reponse from server when I try to sync the calendar
over http and as far as I can see no calendar entries are sent. The phone is
set to send but not recieve entries.
Horde is Horde Groupware Webmail Edition version 1.2.3.
OS is CentOS-5.3. I've installed the extra SyncML libs mentioned on
http://wiki.horde.org/SyncHowTo.
I've toggled compress_pages without success.
Logfiles are attached.

Note that I run my webmail over https. Since my phone isn't capable to connect
over https, when trying to sync, I connect unecrypted to an instance of
stunnel that encrypts traffic to apache.

The E70 should be close to a Nokia E71, in this aspect, which reportedly can
sync with Horde.
Can anybody give some insight in what's wrong with my setup?

Thanks for any help
Pär Aronsson

SyncML_DeviceInfo::__set_state(array(
   'VerDTD' => '1.2',
   'Man' => 'NOKIA',
   'Mod' => 'E70',
   'OEM' => NULL,
   'FwV' => '',
   'SwV' => '2.0618.07.10',
   'HwV' => '',
   'DevID' => 'IMEI:357580000840769',
   'DevTyp' => 'phone',
   'DataStores' =>
  array (
    0 =>
    SyncML_DataStore::__set_state(array(
       'SourceRef' => './C:Calendar',
       'DisplayName' => 'Calendar',
       'MaxGUIDSize' => '8',
       'Rx_Pref' =>
      array (
        'text/x-vcalendar' => '1.0',
      ),
       'Rx' =>
      array (
      ),
       'Tx_Pref' =>
      array (
        'text/x-vcalendar' => '1.0',
      ),
       'Tx' =>
      array (
      ),
       'DSMem' => NULL,
       'SyncCap' =>
      array (
        1 => true,
        2 => true,
        3 => true,
        4 => true,
        5 => true,
        6 => true,
        7 => true,
      ),
    )),
  ),
   'CTCaps' => NULL,
   'Exts' => NULL,
   'UTC' => true,
   'SupportLargeObjs' => true,
   'SupportNumberOfChanges' => true,
))
11
DEBUG:  Backend of class SyncML_Backend_Horde created
DEBUG:  Started at 2009-07-29 12:18:25. Packet logged in /tmp/sync/client_10.wbxml
DEBUG:  New session created: 2bd62a268a55ceeb1ce1dd4ba67adca0
DEBUG:  Checking authentication for user uname
DEBUG:  Authenticated: yes; version: 1.2; message ID: 1; source URI: IMEI:357580000840769; target URI: http://192.168.0.15/horde-webmail/rpc.php; user: uname; charset: UTF-8; wbxml: yes
DEBUG:  SQL Query by SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = ? AND syncml_db = ? AND syncml_uid = ?, values: IMEI:357580000840769, calendar, uname
DEBUG:  No info about previous syncs found for device IMEI:357580000840769 and database ./calendar
DEBUG:  Creating SyncML_Sync object for database ./calendar; sync type 203
DEBUG:  Received <Final> from client.
DEBUG:  Handle <Final> for state Init
DEBUG:  Sending <Final> to client
DEBUG:  Return message completed
DEBUG:  Finished at 2009-07-29 12:18:26. Packet logged in /tmp/sync/server_10.wbxml




--
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe@...

server_10.wbxml (1K) Download Attachment
client_10.wbxml (2K) Download Attachment

Re: Horde Nokia E70 sync problem

by Roberto Maurizzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Note that I run my webmail over https. Since my phone isn't capable to
> connect
> over https, when trying to sync, I connect unecrypted to an instance of
> stunnel that encrypts traffic to apache.
>
> The E70 should be close to a Nokia E71, in this aspect, which reportedly
> can
> sync with Horde.
> Can anybody give some insight in what's wrong with my setup?
>

It's not *that* close since it's an older model with a different OS version
IIRC.
I had a similar problem with my E61: https doesn't work if you don't import
your certificate in the phone.

You should:
- acquire the certificate in Firefox (it's done automatically when you tell
FF to "connect anyway" and remember the decision)
- export the certificate as a binary CER file (from Preferences / Advanced /
Ciphers / Show Certs)
- put your file somewhere on the https server
- download the file using the phone browser and add it to the trusted certs

Newer Symbians (ie E71) propose to do all this automatically after you try
to sync for the first time.

Ciao,
  Roberto
--
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe@...

Re: Horde Nokia E70 sync problem

by Pär Aronsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

onsdag 29 juli 2009 18:56 skrev Roberto Maurizzi:

> > Note that I run my webmail over https. Since my phone isn't capable to
> > connect
> > over https, when trying to sync, I connect unecrypted to an instance of
> > stunnel that encrypts traffic to apache.
> >
> > The E70 should be close to a Nokia E71, in this aspect, which reportedly
> > can
> > sync with Horde.
> > Can anybody give some insight in what's wrong with my setup?
>
> It's not *that* close since it's an older model with a different OS version
> IIRC.
> I had a similar problem with my E61: https doesn't work if you don't import
> your certificate in the phone.
>
> You should:
> - acquire the certificate in Firefox (it's done automatically when you tell
> FF to "connect anyway" and remember the decision)
> - export the certificate as a binary CER file (from Preferences / Advanced
> / Ciphers / Show Certs)
> - put your file somewhere on the https server
> - download the file using the phone browser and add it to the trusted certs
>
> Newer Symbians (ie E71) propose to do all this automatically after you try
> to sync for the first time.
>
> Ciao,
>   Roberto

Thanks!

I've been using MIMP to access mail, so the cert was already installed and
seem to work when browsing https.
No joy when syncing over https though. Network sniffing reveal that the phone
send a TLSv1 error 47 (Illegal parameter) to the server during the handshake
and then disconnects.

// Pär A
--
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe@...