This is a discussion on OpenSSL verion from mod_ssl statically compiled into httpd? within the Modssl Users forums, part of the Web Server and Related Forums category; Question: How do I find out the version of openssl used by my httpd that has mod_ssl statically compiled into ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Question: How do I find out the version of openssl used by my httpd that has mod_ssl statically compiled into it? "HEAD / HTTP/1.0" shows no mod_ssl info, and the only way in which I can get anything is to use the following in the Apache conf: CustomLog /tmp/ssl.log "%{SSL_VERSION_LIBRARY}x %{SSL_VERSION_INTERFACE}x" Is this accurate, and can it be trusted? I ask because I recompiled apache/mod_ssl using openssl 0.9.8c and the version the above showed in the logs was older: 0.9.7b, which isn't installed on the box...? My LD_LIBRARY path was set to /usr/local/ssl/lib, which contained: engines/ libcrypto.a libcrypto.so libcrypto.so.0.9.8* libssl.a libssl.so libssl.so.0.9.8* pkgconfig/ It's an old setup that I've inherited from people who have all left now :-( The source files and the way in which this was compiled have gone. To be honest, I'm a bit confused as to the whole ssl setup with regards to solaris <-->apache <--> mod_ssl. I download and compiled openssl 0.9.8e from source and compiled mod_ssl with ./configure --with-apache=../apache_1.3.37 --with-ssl=../openssl-0.9.8e But when apache built, it said that it was using 0.9.8c the one installed as a pkg on the solaris box. Why would it do that? Anyway, the custom log shows the correct mod_ssl version, but an old openssl version. Any help is much appreciated, thanks in advance guys. Regards, Vish. ************************************************** ******************************** This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. We may monitor email to and from our network. For more details see www.FT.com. The Financial Times Limited, registered in England and Wales number 227590. Registered office: Number One Southwark Bridge, London SE1 9HL. VAT number GB 278 5371 21. F.T. Publications Inc, incorporated in New York, number 13-2545828, Registered office: 1330 Avenue of the Americas, New York NY 10019, USA. The Financial Times (HK) Limited, registered in Hong Kong number 108204, Registered office: Suite 2903-2909, level 29, 2 International Finance Centre, No.8 Finance Street, Central, Hong Kong. __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |