使用JDK 1.5解决sslhandshakeexception的TSL 1.2的解决方法:handshake_failure

时间:2018-06-14 10:20:45

标签: encryption bouncycastle sslhandshakeexception java-security

我在服务器中使用jdk 1.5,客户端的服务器升级到1.8。现在它只支持TLS 1.2 ,他们已禁用SSL v3,TLSv1.0& TLSv1.1由于安全问题。但我们不能转向1.5。有没有图书馆可以实现它。 我试过了

sslhandshakeexception : handshake_failure

但它不起作用。 给出

styles: {
          name: 'styles',
          test: /\.css$/,
          chunks: 'all',
          enforce: true,
         minSize:0, minChunks: 1, reuseExistingChunk: true, enforce: true
        },

我们可以通过任何其他方式实现这一目标吗?

0 个答案:

没有答案