How to enable SSL 3 in Java

Evandro Pomatti

Since Java 8 Update 31 the SSL 3 protocol is disabled by default due to security flaws in the SSL Protocol (see POODLE attack).

Even if not recommended, how can it be enabled?

Evandro Pomatti

Unless you have no choice other than using SSL 3, the link below explains the configuration.

The release notes for the update 31 provide information for enabling the SSL 3 again in Java.

As stated:

If SSLv3 is absolutely required, the protocol can be reactivated by removing "SSLv3" from the jdk.tls.disabledAlgorithms property in the java.security file or by dynamically setting this Security property to "true" before JSSE is initialized.

Keep in mind that even the TLS protocol can be exploited to allow an insecure access with SSL 3, thats also part of the POODLE flaw. Enabling this for Java or any other technology should be a last resort only for critical reasons.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to enable SSL/TLS in Mongoid 3 client?

From Dev

How to enable SSL in sonarqube

From Dev

How to enable SSL with Qt QODBC

From Dev

How to enable 3DES SSL Ciphers for OpenSSL 1.0.2k

From Dev

How to enable server side SSL for gRPC?

From Dev

How to enable SSL only on specified XAMPP directories

From Dev

How to enable SSL for MySQL workbench for OSX 10.9

From Dev

How to enable ssl in NGINX using Goddady certificate?

From Dev

How to enable GZIP in my tomcat server having Https/ssl

From Dev

How to enable ssl for specific page in ASP.NET?

From Dev

how can I enable SSL in QT windows application?

From Dev

How do I enable ssl for all controllers in mvc application

From Dev

Cipher suite not available - how to add/enable? Tomcat SSL

From Dev

How to enable SSL for IIS Express in VS2015

From Dev

How to enable SSL on a server that is on a private network using openssl?

From Dev

How to enable SSL & Certificate in case WCF TCP binding

From Dev

how to enable the ssl support for the current python 2.7.3 on opensuse 12.3?

From Dev

How to enable Apache SSL Reverse Proxy on HTTP application

From Dev

How to enable SSL in Telerik Reporting CORS REST Service

From Dev

How to re-enable SSLv3 in Tomcat 8 and Java 8

From Dev

Embedded Tomcat enable SSL

From Dev

Enable TLS/SSL on postfix

From Dev

How to ignore SSL Certificate Java

From Dev

How to load SSL Certificate in Java

From Dev

How to verify a SSL java certificate

From Dev

How to enable Groovy comments in SublimeText 3 on a Mac?

From Dev

How to enable SSLv3 with Apache HttpClient?

From Dev

How to enable csrf in express3?

From Dev

FMA3 in GCC: how to enable

Related Related

HotTag

Archive