My task is to disable sslv3 in my jetty-8-1-14. I went through this link: How to disable sslv3 in jetty8
But to change the code I need to check the current status of sslv3 for jetty8 server.
Is there any command by which I can get whether the sslv3 is enable or not?