So i have an Ubuntu 14.04.01 LTS Server currently running Sentaro 1.0.0. beta9 i have successfully created my Multi Subdomain working over http. i have a Wildcard Cert i would like to apply to the 3 subdomains and force them over https.
this is the point in which it breaks. i have used the "Override a Virtual Host Setting" on my 3 subdomains applying the below config.
</VirtualHost>
<VirtualHost *:443>
ServerAdmin TechnicalServices@domain.co.uk
ServerName Events.domain.co.uk
DocumentRoot /var/sentora/hostdata/zadmin/public_html/events_domain_co_uk
SSLEngine on
SSLProtocol SSLv3
SSLCertificateFile /var/sentora/hostdata/zadmin/ssl_certs/Domain_WC_14.cer
SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl_certs/Domain_WC_14.key
i have also enabled the ssl mod "a2enmod ssl" when then restarting the apache2 service the whole thing stops working looking at the apache2 error log it points to an issue saying the SSLCertificateFile is not registering.
i have followed the below links and still no success any help is greatly appreciated.
http://docs.sentora.org/?node=21
http://forums.sentora.org/showthread.php?tid=41
this is the point in which it breaks. i have used the "Override a Virtual Host Setting" on my 3 subdomains applying the below config.
</VirtualHost>
<VirtualHost *:443>
ServerAdmin TechnicalServices@domain.co.uk
ServerName Events.domain.co.uk
DocumentRoot /var/sentora/hostdata/zadmin/public_html/events_domain_co_uk
SSLEngine on
SSLProtocol SSLv3
SSLCertificateFile /var/sentora/hostdata/zadmin/ssl_certs/Domain_WC_14.cer
SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl_certs/Domain_WC_14.key
i have also enabled the ssl mod "a2enmod ssl" when then restarting the apache2 service the whole thing stops working looking at the apache2 error log it points to an issue saying the SSLCertificateFile is not registering.
i have followed the below links and still no success any help is greatly appreciated.
http://docs.sentora.org/?node=21
http://forums.sentora.org/showthread.php?tid=41