https://github.com/ziozzang/apache-tls-1.2-on-centos5
apache httpd server with TLS 1.2 supported compiled version for Centos/RHEL 5
https://github.com/ziozzang/apache-tls-1.2-on-centos5
Last synced: 10 months ago
JSON representation
apache httpd server with TLS 1.2 supported compiled version for Centos/RHEL 5
- Host: GitHub
- URL: https://github.com/ziozzang/apache-tls-1.2-on-centos5
- Owner: ziozzang
- License: bsd-3-clause
- Created: 2015-07-21T07:09:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T17:50:19.000Z (about 8 years ago)
- Last Synced: 2025-06-02T01:42:10.095Z (about 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apache-tls-1.2-on-centos5
apache httpd server with TLS 1.2 supported compiled version for Centos/RHEL 5
Why this code?
==============
because of apache build script has bug on libtool, you cannot build apache with newest openssl on Centos/RHEL 5.
with preinstalled openssl, your trial of compiling of apache will go to the heaven. lol.
anyway, with legacy system, you can get hint of installation of apache with TLS v1.2.
* http://mail-archives.apache.org/mod_mbox/httpd-users/201312.mbox/%3CCAAKASGznsqALjxEaV=Cewqw8Cm13-GRBuUffK8V0qu7fS=i=aQ@mail.gmail.com%3E
* https://issues.apache.org/bugzilla/show_bug.cgi?id=55834
Procedure
=========
just browse code of ```install-apache.sh```
There are many tricky codes. it's totally because of finding correct header and symbol issue...
I just show sample how to avoid that...
Testing
=======
you can test with this site
* https://www.ssllabs.com/ssltest/index.html
Comment
=======
I don't recommand this procedure. this works doesn't safe for future....
you have better ways with precompiled package system. upgrade your os environment.
for example yum(centos/rhel) or apt-get(debian/ubuntu). there's will be update for security patch or something... :)