Re: [users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-27 Thread Mohanavelu Subramanian
Hi Jeff, I have followed the steps from the link. 1. ./configure --enable-so --with-included-apr -enable-ssl --with-ssl=/usr/share/doc/packages/openssl1 it was successful. 2. I want to build an rpm. So i tried this using the httpd.spec file shipped in apache2.2.31 rpmbuild -tb

Re: [users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-23 Thread jeffmonte101 .
Hey Mohan, You may want to take a look into this link. http://blog.ivanristic.com/2013/08/compiling-apache-with-static-openssl.html The above link shows how to do that. On Friday, August 14, 2015, Mohanavelu Subramanian mhnv...@gmail.com wrote: Hi Daniel, Thanks a lot for the reply. I

Re: [users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-23 Thread Mohanavelu Subramanian
Hi Jeff, Thanks a lot and I try to compile as per the link. Regards, Mohan On Sun, Aug 23, 2015 at 11:33 AM, jeffmonte101 . jeffmonte...@gmail.com wrote: Hey Mohan, You may want to take a look into this link. http://blog.ivanristic.com/2013/08/compiling-apache-with-static-openssl.html

Re: [users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-14 Thread Mohanavelu Subramanian
Hi Daniel, Thanks a lot for the reply. I have downloaded the apache 2.2.31 source code and tried compiling it. But I end up getting many dependency issues. Also I searched on internet for those dependencies and I could not get. Could you please provide me some more details how to successfully

[users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-11 Thread Mohanavelu Subramanian
Hi All, Good Morning. I am to new Apache Users mailing list. I have described the issue I am facing to support TLSv1.2 Currently, our product use Apache 2.2.12 provided by SLES 11sp3. We are doing a securing hardening now by enabling only TLSv1.2 protocol and disabling other protocols. I tried

Re: [users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-11 Thread Daniel
you need to compile Apache over the new version of openssl libraries in order for Apache HTTPd to correctly use the openssl version you want to use. Apache will allow you to use tlsv1.2 when the openssl version it was compiled against supports it. 2015-08-11 21:01 GMT+02:00 Mohanavelu