Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 12:11
smith vigor is currently offline smith vigorFriend
Messages: 1
Registered: November 2018
Junior Member
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: Sat May 04 17:12:06 GMT 2024

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

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

Back to the top