Hi,
How do we find ssl status in command line, For example if we installed SSL for a domain,
How do we test in command line?.
Thanks
shann
Hi,
How do we find ssl status in command line, For example if we installed SSL for a domain,
How do we test in command line?.
Thanks
shann
Depending on your OS version, lynx and elinks both understand SSL so you could use them.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
openssl s_client -connect www.domain.com:443Originally Posted by shann
Thanks again for your help.