This article applies to:
Question:
- How can I tell what version of SSL the WAF is using?
- The SSL Spec for WAF 7.5 SP4 shows that WAF uses OpenSSL 1.0.1s. However, in /opt/breach/bwd/lib the versions of both libssl and libcrypto appear as 1.0.0.
Procedure:
WAF installs and uses its own copy of OpenSSL executables. This may not be the same version as the OpenSSL provided by the operating system.
To determine the version of OpenSSL used by WAF:
- Connect to the WAF server using SSH
- Log in as BGSE> su - for root.
- Type:
# export LD_LIBRARY_PATH=/opt/breach/bwd/lib; /opt/breach/bwd/bin/openssl version
- You can also determine the version of OpenSSL used by the operating system by simply typing:
# openssl version