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

2015-08-04 Thread Matias Visbeek
ion as > well except for the SSLHonorCipherOrder. Do you think the issue was > that the SSLEngine on was defined both inside and outside of my > VirtualHost? > > On Tue, Aug 4, 2015 at 3:13 PM, Matias Visbeek > wrote: > > Another question, I see you have SSLProxyEngine On, so I

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

2015-08-04 Thread Matias Visbeek
on of Apache are you using? Are you sure Apache have privileges over that directory? 2015-08-04 16:19 GMT-03:00 , , : > 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 > &

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

2015-08-04 Thread Matias Visbeek
t you mean by "are you sure conditions for > IfDefine are met?" If you mean are those levels defined properly etc. > then yes, I use those IfDefines several times in the rest of the > configuration. > > On Tue, Aug 4, 2015 at 1:17 PM, Matias Visbeek > wrote: > > Hi

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

[users@httpd] Remove carriage returns from certificate

2015-07-30 Thread Matias Visbeek
Hi, I'm using the following architecture Client > Apache HTTP Server > OHS > WLS Where OHS stands for Oracle Http Server and WLS stands for Oracle Weblogic Application Server. Using HTTPS, I've stablished a 2 way SSL configuration for all the segments in the connection. WLS uses an specific hea