Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Glad to hear you find the issue cause. It is absolutely factible that the error was caused by that included file if it was defined for a different VirtualHost, as the configuration you set is only for port 443. Does that included file set configurations for a VirtualHost? 2015-08-04 17:20 GMT-03:0

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread , ,
Hey Matias thank you for the assistance, I ended up discovering I had an additional configuration file included that had additional SSL directives defined in it. When I commented out this configuration (as everything present in it was also present in my main configuration) it seemed to start up wi

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Another question, I see you have SSLProxyEngine On, so I assume your are using it as a Reverse Proxy. Does the backend requires SSL aswell? In that case you will need at least the trusted certificate for the backend's server certificate specified in SSLProxyCACertificateFile. What version of Apach

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread , ,
That is correct. On Tue, Aug 4, 2015 at 1:29 PM, Matias Visbeek wrote: > Just to be sure, is your example.crt file just the public key of your > ceritficate in PEM Base64 format? > > > 2015-08-04 15:23 GMT-03:00 : >> >> Apologies, the leading slash was not supposed to be there, just copied >> a f

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Just to be sure, is your example.crt file just the public key of your ceritficate in PEM Base64 format? 2015-08-04 15:23 GMT-03:00 : > Apologies, the leading slash was not supposed to be there, just copied > a fake file location and forgot to remove it, the full path is defined > for the certs:

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread eigenbrais1
Apologies, the leading slash was not supposed to be there, just copied a fake file location and forgot to remove it, the full path is defined for the certs: SSLCertificateFile "/opt/blah/web/apache2/cert/example.crt" SSLCertificateKeyFile "/opt/blah/web/apache2/cert/example.key" SSLCertifica

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Hi, I have 2 different theories about what is happening with your code. First, this line looks wrong SSLCertificateFile "/example.crt" Do you have your certificate file in the root directory? Try changing it for this SSLCertificateFile "example.crt" or providing the full path to the

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread info
On 2015-08-04 20:02, eigenbra...@gmail.com wrote: SSLCertificateFile "/example.crt" SSLCertificateKeyFile "example.key" SSLCertificateChainFile "example-intermediate.crt" The above results in the following error when trying to start: [Tue Aug 04 11:20:09 2015] [error] Server should