configuration - Tomcat 6 loads wrong OpenSSL-Version -


i updated tomcat 6.03.5 6.0.37. afterwards added configuration disable tls compression ssldisablecompression="true" on apr-connector. made fresh build tomncat-native (1.1.27)

but on tomcat start thefollowing traces:

info: openssl initialized version openssl 0.9.8o 01 jun 2010 warning: disable compression option not supported ssl library openssl 0.9.8o 01 jun 2010

system debian squeeze openssl 1.0.1e.

so have no idea why tomcat think openssl 0.9.8 installed (my previous version) miss something, suggestion?

edit: solution completly remove openssl 0.9.8o reinstall 1.0.1e after tomcat loaded correct one

solution completly remove openssl 0.9.8o reinstall 1.0.1e after tomcat loaded correct one


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -