SSL Handshake Failed - Java 1.8

后端 未结 3 1372
半阙折子戏
半阙折子戏 2021-01-05 00:42

Just letting folks know about an issue I had that many seemed to have had after upgrading to Java 1.8. Not all of the solutions are the same hence posting how I resolved th

3条回答
  •  旧巷少年郎
    2021-01-05 00:56

    RC4 was effectively cracked - 14 years ago.

    The Fluhrer, Mantin and Shamir (FMS) attack, published in their 2001 paper "Weaknesses in the Key Scheduling Algorithm of RC4", takes advantage of a weakness in the RC4 key scheduling algorithm to reconstruct the key from encrypted messages.

    The problem isn't in Java 8.

    The problem is your server is using RC4.

提交回复
热议问题