I'm trying to set TLS protocol with the next parameter into the ssl.conf file:
SSLProtocol all -SSLv2 -SSLv3
but then my web application fails. I only can see next error in log file
[info] SSL library error 1 in handshake (server my.server:443, client xx.xx.xx.xx)
[info] SSL Library Error: 336027900 error:140760FC:SSL routines:func(118):reason(252)
[info] Connection to child 4 closed with abortive shutdown(server my.server:443, client xx.xx.xx.xx)
I can`t see as well, into the customlog file, a "GET" that I can see when all protocols are enabled (no forcing TLS):
10.5.137.162 - - [03/Feb/2015:09:30:47 0100] "GET /application/resources/css/template_v6.0.xsl HTTP/1.0" 200 28323
Any help will be appreciated