Thank you for the kind reply,
I found this file roundcube.htaccess.inc in /etc/httpd/conf/plesk.conf.d and then added
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
It's working but the problem is I have two domains hosted .. now the other...