Is that the full global sentora entry? If so, it appears Apache isn't listening on port 443 (ssl).
Try adding the following to the top of global sentora entry:
And then restart Apache.
Ref: http://docs.sentora.org/?node=21
Also, please make sure OpenSSL is installed (check with command "openssl version") and port 443 is open on any firewall.
For support of the newer TLS protocols (and disable BEAST attack) replace the line:
with:
Try adding the following to the top of global sentora entry:
Code:
NameVirtualHost *:443
Listen 443
Ref: http://docs.sentora.org/?node=21
Also, please make sure OpenSSL is installed (check with command "openssl version") and port 443 is open on any firewall.
For support of the newer TLS protocols (and disable BEAST attack) replace the line:
Code:
SSLProtocol SSLv3
Code:
SSLProtocol all -SSLv2 -SSLv3
Before posting, update your profile with your OS, Sentora version and server type!