SSL connection failing for Java 7
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am attempting to create an SSL connection to a remote server using Java 7 and I'm receiving the following exception: javax . net . ssl . SSLHandshakeException : Remote host closed connection during handshake at sun . security . ssl . SSLSocketImpl . readRecord ( SSLSocketImpl . java : 946 ) at sun . security . ssl . SSLSocketImpl . performInitialHandshake ( SSLSocketImpl . java : 1312 ) at sun . security . ssl . SSLSocketImpl . writeRecord ( SSLSocketImpl . java : 702 ) at sun . security . ssl . AppOutputStream . write (