Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » how to enable the ciphers suite which disabled by jetty9.4.12 (default setting)
how to enable the ciphers suite which disabled by jetty9.4.12 (default setting) [message #1798017] Sat, 10 November 2018 07:11
Eclipse UserFriend
reference:
http://www.eclipse.org/jetty/documentation/current/configuring-ssl.html

By default, Jetty excludes these ciphers in the SslContextFactory. You can re-enable these by re-declaring the ciphers you want excluded in code:
SslContextFactory sslContextFactory = new SslContextFactory();
sslContextFactory.setExcludeCipherSuites("^.*_(MD5|SHA|SHA1)$");

I don't understand how to enable these cipher suites by code??can you help me?

thanks.
Previous Topic:dragging is slow under e(fx)clipse
Next Topic:Running e(fx)eclipse on Java 11
Goto Forum:
  


Current Time: Thu Mar 20 13:26:37 EDT 2025

Powered by FUDForum. Page generated in 0.29167 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top