Link to home
Start Free TrialLog in
Avatar of phillystyle123
phillystyle123Flag for United States of America

asked on

apache - shell command for figuring out if TLS was installed and what verison is running

I need the proper shell commands to test to see if TLS is installed on my server and what version is installed.

Server specs:

FreeBSD VPS running Apache 2 - I think it's UNIX
Avatar of farzanj
farzanj
Flag of Canada image


It BSD Unix, it would most probably be provided by OpenSSL.  In that case the following command would work:

Please issue this command

openssl -v
Avatar of phillystyle123

ASKER

thanks -got this:

openssl:Error '-v' is an invalid command

then it offers other command options -what does '-v' stand for?verify?
v is for version.

Ok try this command

openssl version
awesome - worked - i got this:

OpenSSL 0.9.8r 8 Feb 2011

since my intention is to hook up tls with postini -is this all of the info i need? is this telling me that tls is installed?
You certainly appear to have the software you would need to configure Apache tls mechanism, etc.
is this telling me that tls is installed?
ASKER CERTIFIED SOLUTION
Avatar of farzanj
farzanj
Flag of Canada 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
thanks so much for the help!
You are most welcome.  If you run into any problem, please do let me know.