在Linux上部署SpringBoot项目提示javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

Java版本是8,已经配置了System.setProperty("https.protocols", "TLSv1.2,TLSv1.1,SSLv3");
jce包替换jdk中的jce包 也已经换了,还是不行