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");

就可以了

猜你喜欢

转载自happyqing.iteye.com/blog/2266763