I am trying to install 5.3.1 on CentOS in AWS, I am using the script. All seems to go well until the end. If fails to start the https service. I start with the default web service running with ssl. I would expect the system to add a virtual host and either import my corporate key or Read and use the existing conf files. Can someone tell me why ? I copied our keys to this location with these names: [root@forge httpd.conf.d]# ll /etc/gforge total 32 -rw-r--r-- 1 root apache 261 Jun 13 22:24 config.ini drwxr-xr-x 2 root apache 4096 Jun 13 22:26 config.ini.d -rw-r--r-- 1 root apache 94 Jun 13 22:24 httpd.conf drwxr-xr-x 2 root apache 4096 Jun 16 16:38 httpd.conf.d -rw-r--r-- 1 root root 29 Jun 13 22:26 install_completed drwxr-xr-x 17 root apache 4096 Jun 13 22:24 plugins -rw-r--r-- 1 root root 1688 Jun 16 16:32 ssl-cert.crt -rw-r--r-- 1 root root 1704 Jun 16 16:33 ssl-cert.key
And adjusted the ssl-reall-on.inc to: <IfModule mod_ssl.c> SSLEngine on SSLCertificateFile /etc/gforge/ssl-cert.crt SSLCertificateKeyFile /etc/gforge/ssl-cert.key # Add extra SSL configuration (e.g. SSLCACertificatePath) here........ I still get these messages .... [Mon Jun 16 16:38:53 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Jun 16 16:38:53 2014] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0) Thank You, JT James Tremblay Engineering Services (ES) Office: 5155 Phone: 6537 Google+ : plus.google.com/u/0/+JamesTremblay QQ # 1843006276
_______________________________________________ Fusionforge-general mailing list [email protected] http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general
