logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: OpenSSL Upgrade
Author
apacheparks



Joined: 10 Dec 2014
Posts: 2
Location: Bedford

PostPosted: Wed 10 Dec '14 19:24    Post subject: OpenSSL Upgrade Reply with quote

Hi There
I am looking for some advice on upgrading Apache's OpenSSL implmentation without upgrading the Apache installation itself. Running Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g and wondered if this was possible. Would like to upgrade to latest version of OpenSSL.

Thanks
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 10 Dec '14 21:39    Post subject: Reply with quote

I'll assume that Apache is installed via a .msi from Apache.org.

You may be able to but I am not sure it will do you too much good since the last .msi that was available is 2.2.25 OpenSSL/0.9.8y. 0.9.8 is safe from the HeartBleed attack but 0.9.8y is vulnerable to other things.

Apache 2.2.8 itself is vulnerable to the range headers attack (fixed in 2.2.20) which can bring down not just Apache but the entire computer requiring a reboot to recover.

Heck, look at this, not all of the SECURITY issues listed will affect you but some of the most egregious ones are. http://www.apache.org/dist/httpd/CHANGES_2.2

What is your concern about upgrading Apache?
Back to top
apacheparks



Joined: 10 Dec 2014
Posts: 2
Location: Bedford

PostPosted: Thu 11 Dec '14 11:58    Post subject: Reply with quote

Hi there

Thanks for the response. I can't upgrade the Apache version as we have an out of support application and the vendor says the Apache upgrade will break it! They are happy that the OpenSSL upgrade would be okay. The reason for the OpenSSL upgrade is that it was flagged up in a recent pen test and needs remediating.
I have read that someone just copied down the new OpenSSL files:
libeay32.dll
ssleay32.dll
openssl.exe
in the \Apache\bin\ directory

Thanks
Back to top
ng4win



Joined: 25 May 2014
Posts: 78

PostPosted: Thu 11 Dec '14 14:58    Post subject: Reply with quote

As far as I remember mod_ssl needs to be compiled against openssl of the same version, just replacing the binaries might not work.

The easiest solution is to backport apache, upgrade openssl and recompile, or put nginx in front of it Very Happy
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 11 Dec '14 21:33    Post subject: Reply with quote

I can help you out ... contact me.
https://www.apachehaus.com/index.php?option=com_contact&view=contact&id=2
Back to top


Reply to topic   Topic: OpenSSL Upgrade View previous topic :: View next topic
Post new topic   Forum Index -> Apache