linux下websphere报错javax.net.ssl.SSLHandshakeException: Received fatal alert: hand

 

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

 

sslcontext = SSLContext.getInstance("SSL");  

改为
sslcontext = SSLContext.getInstance("TLS");

就可以了

你可能感兴趣的:(linux,websphere)