Link to home
Start Free TrialLog in
Avatar of Anthony Lucia
Anthony Lucia

asked on

Trying to determine if my app uses Open SSL or other package

I definitely have OpenSSL on my system.  What I am trying to do is determine if my application (ActiveMQ is actually using Open SSL)

rpm -qa |grep -i openssl
pyOpenSSL-0.10-2.el6.x86_64
openssl-1.0.1e-16.el6_5.x86_64

Open in new window


WHen I installed ActivEMQ, I sinply uninstalled a jar file.  No rpm's needed.  

So I am thinking that it already contains an SSL, and uses OpenSSL as an option, but I cant prove it.

How should I procede ?
Avatar of Steven Carnahan
Steven Carnahan
Flag of United States of America image

ActiveEMQ automatically enables support for OpenSSL

You can disable SSL support by adding

./configure --disable-ssl

to your config file.
Avatar of Anthony Lucia
Anthony Lucia

ASKER

Does that mean OpenSSL is installed separately then ActiveMQ

(In other words, does upgrading to a newer version of ActiveMQ fix the problem, or would I have to yum update the openSSL to fix the problem
ASKER CERTIFIED SOLUTION
Avatar of Steven Carnahan
Steven Carnahan
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