https://bz.apache.org/bugzilla/show_bug.cgi?id=58437
--- Comment #14 from Javier Gusano Martinez <[email protected]> --- (In reply to Yann Ylavic from comment #13) > Maybe I can try a correct answer here :p > > (In reply to Javier Gusano Martinez from comment #12) > > > > It seems that ALPN is not enabled... There are any tutorial about how I can > > enable it? > > OpenSSL > 1.0.2(a) is required. OK, thanks! I have uninstalled openssl 1.0.1 from my system. Next, I have downloaded and installed openssl on /usr directory: OpenSSL 1.0.2d 9 Jul 2015 I used the following commands: wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz tar xfv openssl-1.0.2d.tar.gz cd openssl-1.0.2d/ sudo aptitude remove openssl libssl-dev ./config --prefix=/usr make make test sudo make install Now I suppose that Apache should be recompile and install using the following parameters. Isn't it?: ./configure --with-included-apr --prefix=/home/sysadmin/apache2.5 --enable-ssl --enable-so --enable-h2 --enable-http2 --with-nghttp2=/home/sysadmin/Apache_mod_h2/downloads/nghttp2-1.3.2/lib/.libs/libnghttp2.so.14 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
