Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "Security/Heartbleed" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Security/Heartbleed?action=diff&rev1=9&rev2=10 Comment: Add sample of AprLifecycleListener log output (from Tomcat 8) 1. [[http://filippo.io/Heartbleed/]] 1. [[https://www.ssllabs.com/ssltest/]] + + == What version of OpenSSL is Tomcat using? == + + This information is logged by !AprLifecycleListener when Tomcat starts. For example, + + {{{ + 10-Apr-2014 19:25:28.801 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.30 using APR version 1.4.8. + 10-Apr-2014 19:25:28.804 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. + 10-Apr-2014 19:25:29.955 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1g 7 Apr 2014) + }}} == How do I fix my servers? == --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org