We are aware of a potentially service impacting issue. Learn more

How to verify SSL3 is disabled on your server Print

  • 0


Just log in your terminal and run this command below, just replace example.tld with your domain name you wish to use.

nmap --script ssl-enum-ciphers -p 443 example.tld

Just review the printout and look for SSL3 in the Ciphers list, If SSL3 is disabled correctly, then it should only be one or all of the following TLSv1,TLSv1.1,TLSv1.2.


If you need additional information or require assistants please contact support


Was this answer helpful?

« Back