SSL Handshake Failed - Java 1.8

后端 未结 3 1346
半阙折子戏
半阙折子戏 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 01:10

    Thanks alton for sharing such a life saver information. Only one thing I'd like to change since

    openssl s_client -host yourproblemhost.com -port 443
    returned ->
    Protocol  : TLSv1.2
    Cipher    : 0000
    openssl s_client -connect X.X.X.X:993  -prexit -tls1
    returned -> the expected response as
    Protocol  : TLSv1
    Cipher    : RC4-MD5
    

提交回复
热议问题