Link to home
Start Free TrialLog in
Avatar of Jim Z
Jim ZFlag for United States of America

asked on

What version of OpenSSL works with WAMP Server 2.4 (32bit)?

What version of Openssl works Wamp 2.4? Below are the version of each application in the WAMP Server.

Apache : 2.4.4
MySQL : 5.6.12
PHP : 5.4.16
PHPMyAdmin : 4.0.4
SqlBuddy : 1.3.3
XDebug : 2.2.3
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Both PHP and Apache come with their own copies of OpenSSL.  What are you trying to do?
Avatar of Jim Z

ASKER

We want to secure our website with a ssl certificate.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jim Z

ASKER

What does "The ordinal 3807 could not be located in the dynamic link library libeay32.dll."
Usually I end up replacing Apache on any WAMP bundles with an Apache build from the Apache Lounge:

http://www.apachelounge.com/download/

Those builds always seem to work really well (performance-optimized) and they always use the latest OpenSSL build so you can rest assured that you're not exposed to any of the latest SSL exploits.