diff --git a/platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/SSLSocketFactoryPlus.java b/platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/SSLSocketFactoryPlus.java index 9a75bebd..95ebe90d 100644 --- a/platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/SSLSocketFactoryPlus.java +++ b/platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/SSLSocketFactoryPlus.java @@ -27,8 +27,7 @@ protected void prepareSocket(final SSLSocket socket) throws IOException { if (ver < 1.8) { - String[] suites = new String[] {"TLS_DHE_RSA_WITH_AES_128_CBC_SHA", - "TLS_RSA_WITH_AES_128_CBC_SHA", + String[] suites = new String[] {"TLS_RSA_WITH_AES_128_CBC_SHA", "SSL_RSA_WITH_RC4_128_SHA", "TLS_EMPTY_RENEGOTIATION_INFO_SCSV"};