***FIXED***
If anyone else has the same problem, I fixed this by editing /etc/sentora/configs/apache/httpd-vhosts.conf, I changed the applicable vhost to port 80 and commented out the listen ports at the top of the file, as shown below:
I'd still like some assistance on getting SSL working for specific websites if at all possible though please guys.
If anyone else has the same problem, I fixed this by editing /etc/sentora/configs/apache/httpd-vhosts.conf, I changed the applicable vhost to port 80 and commented out the listen ports at the top of the file, as shown below:
Code:
NameVirtualHost *:80
# NameVirtualHost *:443
Listen 80
# Listen 443
I'd still like some assistance on getting SSL working for specific websites if at all possible though please guys.