0

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?

Community
  • 1
  • 1
S. Das
  • 75
  • 3
  • 9

1 Answers1

0

There's no command that Jetty provides, or JMX exposed MBean, to check this.

However, you can use external tool like ssllabs.com/ssltest/ or openssl's s_client

Community
  • 1
  • 1
Joakim Erdfelt
  • 46,896
  • 7
  • 86
  • 136