You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Galindo Ruiz, Antonio" <An...@tecnocom.es> on 2015/02/03 11:17:46 UTC

[users@httpd] SSL Library Error with TLS enabled

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



[Tue Feb 03 10:19:53 2015] [info] SSL library error 1 in handshake (server my.server:443, client xx.xx.xx.xx)
[Tue Feb 03 10:19:53 2015] [info] SSL Library Error: 336027900 error:140760FC:SSL routines:func(118):reason(252)
[Tue Feb 03 10:19:53 2015] [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 apreciated