I followed the settings in this forum and also the fora with this subject and also
When I go to webmail.topmatica.nl it goes to the non-secure location.
When i put the https:// in front of it I go to panel.topmatica.nl. The panel is secure , thats' ok. But I like to go the the secure webmail.topmatica.nl location.
When I go to topmatica.nl/webmail I get a 403 access forbidden.
Global vhost entry:
Code:
Alias /webmail /etc/sentora/panel/etc/apps/webmail/
I don't see the the routing in my VHOST or configfile! Did I forget something?
I deleted the <Virtualhost : 80 > in my VHOST override a long time ago made for webmail but it doesn't matter.
My VHOST override for Topmatica.nl domain:
Domain enable: On
SuHosin : on
Openbase : on
Port override: 443
Forward port 80 to .. : On
Ip override: nothing
Custom entry:
Code:
SetEnvIf Request_URI "^/(Images/|Img).+$" nolog
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/www.topmatica.nl/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.topmatica.nl/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/www.topmatica.nl/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
</VirtualHost>
is there some config file I missed? What do I have to check?