RE: Problem with installing a Self SSL Certificate
08-09-2014, 07:55 AM
(This post was last modified: 08-09-2014, 08:34 AM by bash.)

(08-08-2014, 06:11 PM)ballen Wrote: Is Apache configured to listen on port 443 as well/updated your firewall rules?
Yes, and in override a Virtual Host Settings I selected the domain.
I put this in the custom entry:
</VirtualHost>
<VirtualHost *:443>
ServerAdmin None@professionalwebhostingservices.com
ServerName cyberchatnet.com
DocumentRoot /var/zpanel/hostdata/philtaylor/public_html/cyberchatnet_com
SSLEngine on
SSLCertificateFile /var/zpanel/hostdata/philtaylor/name/ssl/cyberchatnet.com.crt
SSLCertificateKeyFile /var/zpanel/hostdata/philtaylor/name/ssl/cyberchatnet.com.key
Port override I put port 443 and why after I restart apache I am getting this:
/etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using fwh.professionalwebhostingservices.com for ServerName
[FAILED]
[root@fwh ~]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using fwh.professionalwebhostingservices.com for ServerName
[FAILED]
[root@fwh ~]# /etc/init.d/httpd start
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using fwh.professionalwebhostingservices.com for ServerName
[FAILED]
I attached a copy of my conf files.