To determine which SSL Ciphers your site supports, you can run this (rather intrusive) nmap command:nmap -sV --script ssl-enum-ciphers -p 443 <hostname>
From the command line on the server, you can run this command:sslscan -show-ciphers <hostname>:443