Installing OpenSSL that supports SNI along with previous version of OpenSSL
Posted
by
gh0sT
on Server Fault
See other posts from Server Fault
or by gh0sT
Published on 2014-05-28T08:06:48Z
Indexed on
2014/05/28
9:31 UTC
Read the original article
Hit count: 716
So I learned that to host multiple HTTPS websites on the same IP address you need an OpenSSL version that supports SNI (0.9.8f and higher). My RHEL5 box currently has 0.9.8e and Apache version httpd-2.2.26-2.el5
.
According to a same question here it's not a good idea to replace the original version of OpenSSL and instead to have a parallel installation. It however doesn't explicitly mention how to achieve this.
So my questions are:
- How do I have an alternate installation of OpenSSL without breaking the system?
- How do I make Apache to use this version of OpenSSL and not the original one?
A detailed guide would be extremely helpful.
© Server Fault or respective owner