Hi, On Tue, May 26, 2015 at 5:50 PM, Marvin Addison <[email protected]> wrote: > Java 8 supports a new option for honoring server-side TLS cipher order [1], > SSLParameters.setUseCipherSuitesOrder. AFAICT this is not supported in any > released Jetty version. Are there plans to add support?
It is supported in Jetty 9.3.0.RC1. https://github.com/eclipse/jetty.project/blob/jetty-9.3.0.RC1/jetty-util/src/main/java/org/eclipse/jetty/util/ssl/SslContextFactory.java#L580 -- Simone Bordet ---- http://cometd.org http://webtide.com http://intalio.com Developer advice, training, services and support from the Jetty & CometD experts. Intalio, the modern way to build business applications. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
