[Bug 1659252] [NEW] AC openssl library version mismatch in apache
Konrad
1659252 at bugs.launchpad.net
Wed Jan 25 11:39:05 CET 2017
Public bug reported:
In AC Apache binary and mod_ssl have different openssl library compiled
in causing SSL vhost to stop working. Any "SSLEngine On" directive
causes following error "Unable to initialize TLS servername extension
callback (incompatible OpenSSL version?)" and prevent apache to start.
/usr/sbin/httpd.prefork -v
Server version: Apache/2.2.32 (PLD/Linux)
Server built: Jan 16 2017 17:14:55
ldd /usr/sbin/httpd.prefork | grep ssl
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb7c9b000)
ldd /usr/lib/apache/mod_ssl.so | grep ssl
libssl.so.1.0.0 => /lib/libssl.so.1.0.0 (0xb7eeb000)
Apache should be recompiled using 1.0.2 openssl
** Affects: pld-linux
Importance: Undecided
Status: New
--
You received this bug notification because you are subscribed to PLD
Linux.
https://bugs.launchpad.net/bugs/1659252
Title:
AC openssl library version mismatch in apache
Status in PLD Linux:
New
Bug description:
In AC Apache binary and mod_ssl have different openssl library
compiled in causing SSL vhost to stop working. Any "SSLEngine On"
directive causes following error "Unable to initialize TLS servername
extension callback (incompatible OpenSSL version?)" and prevent apache
to start.
/usr/sbin/httpd.prefork -v
Server version: Apache/2.2.32 (PLD/Linux)
Server built: Jan 16 2017 17:14:55
ldd /usr/sbin/httpd.prefork | grep ssl
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb7c9b000)
ldd /usr/lib/apache/mod_ssl.so | grep ssl
libssl.so.1.0.0 => /lib/libssl.so.1.0.0 (0xb7eeb000)
Apache should be recompiled using 1.0.2 openssl
To manage notifications about this bug go to:
https://bugs.launchpad.net/pld-linux/+bug/1659252/+subscriptions
More information about the pld-bugs
mailing list