Re: OpenSSL verion from mod_ssl statically compiled into httpd?

2007-06-07 Thread Vishal . Bhalla
Thanks for the reply Zareh, but still no joy :-( We DO have old libraries on the box, but when compiling apache (after setting SSL_BASE), The output does show: . . + SSL library version: OpenSSL 0.9.8e 23 Feb 2007 . . Running a strings on httpd shows: OpenSSL 0.9.7b 10 Apr 2003 SSLv2

Re: OpenSSL verion from mod_ssl statically compiled into httpd?

2007-06-07 Thread Vishal . Bhalla
Hi guys, Is there a definitive way of finding out the version of OpenSSL used by httpd, with mod_ssl statically compiled into it. Thanks! |-+- | | [EMAIL PROTECTED]| | | om| | | Sent

OpenSSL verion from mod_ssl statically compiled into httpd?

2007-06-04 Thread Vishal . Bhalla
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