Skip to content

Commit

Permalink
Try again without DH support at all.
Browse files Browse the repository at this point in the history
  • Loading branch information
dma committed Oct 5, 2014
1 parent 7c12c20 commit 23dde89
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"};

Expand Down

0 comments on commit 23dde89

Please sign in to comment.