Quantcast
Channel: Gigarocket Forum - All Forums
Viewing all articles
Browse latest Browse all 1923

My java8 app won't work with SSL_RSA_WITH_RC4_128_MD5

$
0
0
Application uses org.apache.http
It creates socket and modifies it
socket.setEnabledProtocols("SSLv3,TLSv1,TLSv1.1,TLSv1.2".split(","));
socket.setEnabledCipherSuites("SSL_RSA_WITH_RC4_128_MD5".split(","));

It worked fine till java8.
In java8 rc4 was disabled. And now I get "SSLHandshake Error"

I tried to edit java.security file in jdk.tls.disabledAlgorithms - does not work

Viewing all articles
Browse latest Browse all 1923

Trending Articles