RE: Sentora and all websites stopped working after installed SSL
02-24-2015, 03:15 AM
(This post was last modified: 02-24-2015, 03:15 AM by Amoo.)
after i deleted this parts from httpd-vhosts.conf:
From Beginning of the file:
and change this line of my domain:
TO:
And removing this lines from my domain:
now everything is working like before without any problem. but i have to install SSL in one of my domains. is there any good guide to install SSL on domain with sentora? any tips?
thank you my friend
From Beginning of the file:
Code:
Listen 443
and change this line of my domain:
Code:
<virtualhost *:443>
TO:
Code:
<virtualhost *:80>
And removing this lines from my domain:
Code:
SSLEngine On
SSLCertificateFile /etc/ssl/certs/***
SSLCertificateKeyFile /etc/ssl/certs/***
SSLCACertificateFile /etc/ssl/certs/***
SSLCertificateChainFile /etc/ssl/certs/***
SSLProtocol -ALL +TLSv1
SSLHonorCipherOrder on
SSLCipherSuite HIGH:!aNULL:!MD5
now everything is working like before without any problem. but i have to install SSL in one of my domains. is there any good guide to install SSL on domain with sentora? any tips?
thank you my friend