Author Topic: Problem on use RoundCube 1.03 on SSL  (Read 17565 times)

Offline peopleinside

  • Newbie
  • *
  • Posts: 1
Problem on use RoundCube 1.03 on SSL
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦