From a96151824065bd065c07884d9fc22915e3024c78 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 31 May 2012 16:14:17 +0200 Subject: A default setup does not support SSL --- share/templates/roundcubemail/kolab.inc.php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/templates/roundcubemail/kolab.inc.php.tpl b/share/templates/roundcubemail/kolab.inc.php.tpl index c7f81a6..747ad07 100644 --- a/share/templates/roundcubemail/kolab.inc.php.tpl +++ b/share/templates/roundcubemail/kolab.inc.php.tpl @@ -5,7 +5,7 @@ \$rcmail_config['kolab']['ldap']['phpdn'] = '$ldap_service_bind_dn'; \$rcmail_config['kolab']['ldap']['phppw'] = '$ldap_service_bind_pw'; -\$rcmail_config['kolab']['freebusy']['server'] = 'https://' . \$_SERVER["HTTP_HOST"] . '/freebusy'; +\$rcmail_config['kolab']['freebusy']['server'] = 'http://' . \$_SERVER["HTTP_HOST"] . '/freebusy'; \$rcmail_config['kolab']['imap']['secure'] = true; \$rcmail_config['kolab']['imap']['namespaces'] = array( -- cgit v1.1