Description
Oracle recommends that users and developers disable use of the SSLv3 protocol.
http://www.oracle.com/technetwork/java/javase/documentation/cve-2014-3566-2342133.html
Referenced from release notes:
http://www.oracle.com/technetwork/java/javase/7u71-relnotes-2296187.html
http://www.oracle.com/technetwork/java/javase/8u25-relnotes-2296185.html
At the bottom of the article is a suggested approach in code to use to disable SSLv3 explicitly by default. Nexus should do this as well by default for outbound requests.
Only apply this default exclusion in case where https.protocols system property is not set. ( per NEXUS-7594 )
Attachments
Issue Links
- depends on
-
NEXUS-7594 allow configuring https.protocols and https.cipherSuites on Nexus outbound HTTP client connections
-
- Closed
-
- relates
-
NEXUS-7594 allow configuring https.protocols and https.cipherSuites on Nexus outbound HTTP client connections
-
- Closed
-