Hallo Martin

man, 20 12 2010 kl. 01:01 +0100, skrev Martin Lehmann:
> Hi Bo,
> 
> I have problems to get it running. The problem is the Caldav-config.
> 
> I must use SSL and this is the Caldav-part of my config.php:
>          $BackendCalDAV_config = array(
>                  'CALDAV_SERVER' => 'myservername',
>                  'CALDAV_PORT'   => '443',
>                  'CALDAV_PATH'   => '/SOGo/dav/%u/Calendar/personal/'
>                  );
> 
> Is it possible to use SSL (443) for the Caldav-port or isn't it 
> supported? I can't test with unencrypted port 80.

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 :)

-- 
Med venlig hilsen
Bo Simonsen
Systemudvikler, cand.scient.



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

Reply via email to