<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>OK, i solved my problems (direct chwala and chwala form roundcube through SSL )</p>
<p>so, writhing, my be this will help to somebody else</p>
<p> </p>
<p>1. Answer which i see like this :</p>
<p>-----Ursprüngliche Nachricht-----<br />Von: users-bounces@lists.kolab.org [mailto:users-bounces@lists.kolab.org] Im<br />Auftrag von Timotheus Pokorra<br />Gesendet: Mittwoch, 4. Dezember 2013 19:47<br />An: users@lists.kolab.org<br />Betreff: Re: AW: Troubles getting Chwala running</p>
<p>Hello Henrik,</p>
<p>Did you try the Howto from Daniel Hoffend, that has been mentioned in this<br />thread:<br />https://gist.github.com/dhoffend/7008915</p>
<p>You might also want to look at my script that is based on the howto from<br />Daniel:<br />https://github.com/tpokorra/kolab3_tbits_scripts/blob/master/kolab3.1/initSS<br />L.sh</p>
<p> </p>
<p>2. I try but this is not helped</p>
<p>3. in link</p>
<p>https://gist.github.com/dhoffend/7008915</p>
<p>advised to edit</p>
<p><strong>/etc/roundcubemail/config.inc.php</strong></p>
<pre><code>$config['kolab_http_request'] = array(
        'ssl_verify_peer'       => true,
        'ssl_verify_host'       => true,
        'ssl_cafile'            => '/etc/pki/tls/certs/ca-bundle.crt'
);</code></pre>
<p> </p>
<p>but this is not helped</p>
<p>4. at end i understand form this :</p>
<pre>On 12/10/2013 10:30 AM, Manganneau wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px">No such file (/etc/roundcubemail / kolab.inc.php) But i have /etc/roundcubemail / libkolab.inc.php which contains $config['kolab_cache'] = true; Maybe because it is a 3.0 upgraded to 3.1 ?</blockquote>
<pre>Check if the file is linked to
/usr/share/iRony/lib/plugins/libkolab/config.inc.php and
/usr/share/chwala/lib/kolab/plugins/libkolab/config.inc.php and
/usr/share/roundcubemail/plugins/libkolab/config.inc.php.
</pre>
<p>5.</p>
<p>so,,, key is to edit </p>
<p>libkolab.inc.php</p>
<p>and add to it same</p>
<pre><code>$config['kolab_http_request'] = array(
        'ssl_verify_peer'       => true,
        'ssl_verify_host'       => true,
        'ssl_cafile'            => '/etc/pki/tls/certs/ca-bundle.crt'
);</code></pre>
<p><code>and after Chwala from roundcube is working !</code></p>
<p>6. my personal opinion - advises no correct</p>
<p> </p>
<p>Thanks to all</p>
<div> </div>
<p>akh1@yandex.ru писал 2013-11-18 14:39:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>Hi All</p>
<p>I have problem with  Chwala </p>
<p>in my installation (centos 6.4 , SSL only with signed cert)</p>
<p>After i upgrade from 3.0 to 3.1 - from start Kolab -  Chwala not working at all</p>
<p>What i did :</p>
<p>1. in kolab_files_inc.php</p>
<p>change to https</p>
<p>$config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] . '/chwala/';</p>
<p>after this  chwala inside Roundcube is working ! this is good</p>
<p> </p>
<p>2. but direct Chawala access  (https://www.mysite.com/chwala ) is not working</p>
<p>with error:  "Internal system error!"</p>
<p>in Log i see :</p>
<p>[18-Nov-2013 10:19:47,000000 +0000]: PHP Error: Login failed. Unable to connect to ssl://www.mysite.com:443. Error #0:  (POST)</p>
<p>3. as i understand from</p>
<p>https://issues.kolab.org/show_bug.cgi?id=2149</p>
<p>exist some patch</p>
<p>4. i load </p>
<p>http://git.kolab.org/kolab-chwala/tree/lib/file_ui_api.php?id=4e2abf2f30c42953d99adb6ad14d340cb90fb400 - new file file_ui_api.php</p>
<p>and replace my /usr/share/chwala/lib/file_ui_api.php with new file</p>
<p>5.</p>
<p>put in<span style="font-size: 12px;"> kolab.inc.php</span></p>
<p>$config['kolab_http_request'] = array(<br /> 'ssl_verify_peer'=> true,<br /> 'ssl_verify_host'=> false,<br /> 'ssl_local_cert' => '/etc/ssl/www.mysite.com.crt',<br /> 'ssl_cafile'=> '/etc/pki/tls/certs/ca-bundle.crt'<br /> );</p>
<p>put in config.inc.php</p>
<p>$rcmail_config['kolab_http_request'] = array(<br /> 'ssl_verify_peer' => true,<br /> 'ssl_verify_host' => false,<br /> // this is distro specific<br /> 'ssl_local_cert' => '/etc/ssl/www.mysite.com.crt',<br /> 'ssl_cafile' => '/etc/pki/tls/certs/ca-bundle.crt',<br /> 'ssl_capath' => ''<br /> );</p>
<p> </p>
<p>BUT direct Chawala access  (https://www.mysite.com/chwala ) is not working still with same error (  PHP Error: Login failed. Unable to connect to ssl://www.mysite.com:443. )</p>
<p>Can somebody help solve this ?</p>
<p> </p>
<p>Thanks !</p>
<p>Alexander</p>
<!-- html ignored --><br />
<pre>_______________________________________________
users mailing list
<a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a><span style="font-family: Verdana, Geneva, sans-serif; font-size: small;"><span style="white-space: normal;">
</span></span></pre>
</blockquote>
</body></html>