[users@httpd] problem compiling apache

2016-09-20 Thread Pavol Eisenberg
Hello After I've tried to upgrade my openssl 1.0.2 (ubuntu default) to Openssl 1.1.0 I cannot compile apache with ssl anymore.I also reverse to openssl 1.0.2 but the problem still remain. Can someone point me how to fix this to have working ssl with apache ? Here is my current compile output :

Re: [users@httpd] problem compiling apache

2016-09-20 Thread Pavol Eisenberg
Pavol, > > On 9/20/16 3:07 PM, Pavol Eisenberg wrote: > > Hello > > > > After I've tried to upgrade my openssl 1.0.2 (ubuntu default) to > > Openssl 1.1.0 I cannot compile apache with ssl anymore.I also > > reverse to openssl 1.0.2 but the problem still r

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Pavol Eisenberg
orreto dos binarios, algo >> sobre a função main. >> Não parece erro de compatibilidade, apenas algum binario do ssl está com >> o caminho ou com uma string diferente das inseridas no binario. >> É possivel que no ./configure de para setar o caminho do seu novo ssl. >> pa

Re: [users@httpd] [Mon Oct 10 03:22:04.996806 2016] [ssl:info] [pid 30422:tid 140074806683968] SSL Library Error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

2016-10-10 Thread Pavol Eisenberg
Hello Mohammad I was facing simmilar issue, seems like mod_ssl need to be compiled with openssl 1.0.x or install system maintainer version (in my case it was 1.0.9h then recompile openssl and use --with-ssl= when compiling apache. Also you should disable SSL2 support when compilling openssl ( ./