Roundcube Community Forum

SVN Releases => Issues & Bugs => Pending => Topic started by: peopleinside on October 19, 2014, 05:46:10 AM

Title: Problem on use RoundCube 1.03 on SSL
Post by: peopleinside on October 19, 2014, 05:46:10 AM
Hi,
after the update i see my RoundCube not working well on SSL.

My RoundCube 1.03 is installed in roundcube folder, for open the web interface i use
webmail.mydomain.ext

in the roundube folder, .htaccess file i have added:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mydomain.ext/roundcubefolder/$1 [R,L]

so webmail.mydomain.ext will be redirected to https://www.mydomain.ext/roundcubefolder

I'M able to log in but loading of inbox take a lot of time for load 5 messages i have.. also sent , trash, draft folder are not always loaded so i see only inbox folder after a lonf time of loading.

If i reload the page again i can see now other folder, i go on Trash and take again a lot of time, after while i can see no message found so i reload again the page and i see Trash messages.

Not working well.
I have tried to remove Roundcube and reinstall but nothing if i work in SSL i have this issue.

Maybe is this code i added wrong:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mydomain.ext/roundcubefolder/$1 [R,L]

But i don't think. If i load webmail.mydomain.com and i have no certificate for the subdomain i need to redirect them to the correct address https://www.mydomain.ext/roundcubefolder/ and it work fine but not work well when i access in.

For me RoundCube 1.03 has some issue
Title: Re: Problem on use RoundCube 1.03 on SSL
Post by: JohnDoh on October 19, 2014, 06:43:22 AM
http://www.roundcubeforum.net/index.php/topic,21658.msg58467.html#msg58467