Hi Bo,

I tried with 'ssl' before the servername but that doesn't changed anything.

But I got it working without SSL. I configured a 2nd proxy for SOGo which is limited to localhost:80.

In the debug.txt I get another message:
12/21/10 00:33:17 [7347] Combined login success
12/21/10 00:33:17 [7347] /opt/z-push/index.php:127 Undefined variable: user (8) 12/21/10 00:33:17 [7347] /opt/z-push/index.php:127 Undefined variable: devid (8)


Two undefined variables.

Any idea?

Thx,
Martin


Am 20.12.2010 08:10, schrieb Bo Simonsen:
man, 20 12 2010 kl. 08:00 +0100, skrev Bo Simonsen:

The webdav client uses fsockopen, and it accepts server names prefixed
with "ssl://" for ssl support, so try:

          $BackendCalDAV_config = array(
                   'CALDAV_SERVER' =>  'ssl://myservername',
                   'CALDAV_PORT'   =>  '443',
                   'CALDAV_PATH'   =>  '/SOGo/dav/%u/Calendar/personal/'
                   );

Let me know if it works, else I'll try to get it working myself :)
I just checked the code and it seems like the servername is used for
other purposes.. So our easy fix may work partly. I'll test later today
and send you a tar-package with the code if I get it working.

--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to