Here are some simple commands you can use to test a SSL/TLS enabled site or service.
openssl s_client -connect dr.dk:443
openssl s_client -connect localhost:9000 -CApath /etc/grid-security/certificates
openssl s_client -connect mail.example.com:25 -starttls smtp
openssl s_client -showcerts -connect www.thawte.com:443