Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty version 7 support for SHA256RSA certificates

SSL and support for ciphers is all in the JVM, Jetty just uses what the JVM has available and can do)

SHA256 ciphers are TLS 1.2 
( per footnote at http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html ).

Java 1.7 is the first version of Java to support TLS 1.2.

Java 1.8 is the first version of Java to make TLS 1.2 default behavior.
( per https://blogs.oracle.com/java-platform-group/entry/java_8_will_use_tls )

With all that known, what version of Java are you using with Jetty 7?

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Thu, Sep 25, 2014 at 12:56 PM, Gray James <James.Gray@xxxxxxxxxxxxxx> wrote:

Hi,

 

I’m looking to install a new SSL certificate to our Jetty server (version 7)

The new certificate has a SHA256RSA signature algorithm  

The old certificate was a SHA1 signature algorithm

 

The server won’t server https content after updating the keystore and the cacerts keystore (with the updated CA root certificate).

 

 

Does Jetty 7 support SSL certificates created with SHA256RSA algorithms or do I need to upgrade to version 9?

 

Many thanks

 

 


Unless otherwise stated, this email has been sent from Fujitsu Services Limited, from Fujitsu (FTS) Limited, or from Fujitsu Telecommunications Europe Limited, together "Fujitsu".

This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

Fujitsu Services Limited, registered in England No 96056, registered office 22 Baker Street, London W1U 3BW.

Fujitsu (FTS) Limited, registered in England No 03808613, registered office 22 Baker Street, London W1U 3BW.

PFU Imaging Solutions Europe Limited, registered in England No 1578652, registered office Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.

Fujitsu Telecommunications Europe Limited, registered in England No 2548187, registered office Solihull Parkway, Birmingham Business Park, Birmingham, B37 7YU.

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top