This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

FORCE ROUNDCUBE TO USE SSL
#8
RE: FORCE ROUNDCUBE TO USE SSL
Thanks again, it worked with the following configuration:

Code:
</VirtualHost>

# Configuration for WebMail
<VirtualHost *:443>
   ServerAdmin mail@domain.com
   DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"
   php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
   ServerName webmail.domain.com
   AddType application/x-httpd-php .php3 .php
   <Directory />
       Options FollowSymLinks Indexes
       AllowOverride All
        Require all granted
   </Directory>

Now this works fine on https://webmail.domain.com, but in http://webmail.domain.com I'm getting redirected to the panel.domain.com, any idea how can I avoid that ?


Also, for the https certificate, should I add the following after the code above?

Code:
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/webmail.domain.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/webmail.domain.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/webmail.domain.com/chain.pem
SSLCompression off
Reply
Thanks given by:


Messages In This Thread
FORCE ROUNDCUBE TO USE SSL - by zanga - 08-31-2017, 06:16 AM
RE: FORCE ROUNDCUBE TO USE SSL - by TGates - 08-31-2017, 06:53 AM
RE: FORCE ROUNDCUBE TO USE SSL - by zanga - 08-31-2017, 06:26 PM
RE: FORCE ROUNDCUBE TO USE SSL - by TGates - 09-01-2017, 04:22 AM
RE: FORCE ROUNDCUBE TO USE SSL - by zanga - 09-01-2017, 06:40 PM
RE: FORCE ROUNDCUBE TO USE SSL - by Ron-e - 09-01-2017, 11:09 PM
RE: FORCE ROUNDCUBE TO USE SSL - by zanga - 09-01-2017, 11:43 PM
RE: FORCE ROUNDCUBE TO USE SSL - by zanga - 09-05-2017, 06:31 AM
RE: FORCE ROUNDCUBE TO USE SSL - by Ron-e - 09-05-2017, 02:31 PM
RE: FORCE ROUNDCUBE TO USE SSL - by zanga - 09-05-2017, 05:15 PM
RE: FORCE ROUNDCUBE TO USE SSL - by Ron-e - 09-05-2017, 05:28 PM
RE: FORCE ROUNDCUBE TO USE SSL - by zanga - 10-03-2017, 06:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Problem with roundcube pgh2011 0 2 ,307 01-30-2021, 12:48 AM
Last Post: pgh2011
how to update quota in roundcube? oliviagreene 1 4 ,248 09-18-2019, 11:23 PM
Last Post: Ron-e
Roundcube problem cfreire 7 22 ,959 05-02-2019, 06:59 AM
Last Post: jim@jimcorkery.com

Forum Jump:


Users browsing this thread: 1 Guest(s)