Re: [users@httpd] SSL Certs Not Loading

2017-04-25 Thread Sweeny, Theo (Chief Customer Office)
The fix - Generat a chain certificate using the root and intermediate certificates. Also remove the root ca certificate. cat Root-R1.cer Intermediate.cer >> chain.cer Add to the chain to the vhosts file SSLCertificateChainFile /etc/httpd/conf/ssl/chain.cer Also comment out #SSLCACertificat

Re: [users@httpd] SSL Certs Not Loading

2017-04-25 Thread Sweeny, Theo (Chief Customer Office)
I’ve enabled debug log for ssl in the vhosts file like so - ErrorLog /var/log/apache2/ssl_engine.log LogLevel debug The output from this log is [Fri Apr 21 16:38:35.834335 2017] [ssl:info] [pid 576:tid 140583896000320] AH02200: Loading certificate & private key of SSL-aware ser

Re: [users@httpd] SSL Certs Not Loading

2017-04-25 Thread Robert Moskowitz
On my Centos system, I would be looking at: /etc/httpd/logs/ssl_error_log for cert errors. On 04/25/2017 03:18 PM, Sweeny, Theo (Chief Customer Office) wrote: Hi Robert - the error found in /content/logs/httpd/error.log [Fri Apr 21 13:30:00.575781 2017] [ssl:emerg] [pid 97:tid 140688597538624

Re: [users@httpd] SSL Certs Not Loading

2017-04-25 Thread Sweeny, Theo (Chief Customer Office)
Hi Robert - the error found in /content/logs/httpd/error.log [Fri Apr 21 13:30:00.575781 2017] [ssl:emerg] [pid 97:tid 140688597538624] AH01895: Unable to configure verify locations for client authentication I think it is a SSL cert issue, since adding the ssl certs the server has stopped wor

Re: [users@httpd] SSL Certs Not Loading

2017-04-25 Thread Robert Moskowitz
So what does /content/logs/httpd/error.log say? Often a permission problem. On 04/25/2017 02:55 PM, Sweeny, Theo (Chief Customer Office) wrote: Hello - I’ve installed new SSL certs on Apache v2.4.3 and for a single vhost - but the server won’t start. The error logs are - [Fri Apr 21 13:30:00

[users@httpd] SSL Certs Not Loading

2017-04-25 Thread Sweeny, Theo (Chief Customer Office)
Hello - I’ve installed new SSL certs on Apache v2.4.3 and for a single vhost - but the server won’t start. The error logs are - [Fri Apr 21 13:30:00.575805 2017] [ssl:emerg] [pid 97:tid 140688597538624] AH02311: Fatal error initialising mod_ssl, exiting. See /content/logs/httpd/error.log for