Home  >  Article  >  Database  >  IntelliJ IDEA 使用SVN时报错:Subversion: (Accessing URL: XXX

IntelliJ IDEA 使用SVN时报错:Subversion: (Accessing URL: XXX

WBOY
WBOYOriginal
2016-06-07 15:42:411558browse

IntelliJ IDEA 在 使用 SVN时出现如下错误: Subversion: (Accessing URL: https://www.kdev.com/svn/repository/jhxt) SSLProtocolException: alert code: 112 alert name: alert_unrecognized_name, original message: handshake alert: unrecognized_name

IntelliJ IDEA  在使用SVN时出现如下错误:

Subversion: (Accessing URL: https://www.kdev.com/svn/repository/jhxt) SSLProtocolException: alert code: 112 alert name: alert_unrecognized_name, original message: handshake alert: unrecognized_name This may be JDK bug 7127374 : JSSE creates SSLProtocolException on (common) warning: unrecognized_name for SNI

在网搜索了一下没有找到好的解决方法,后来找到说需要设置JDK参数才能解决,具体方法是在idea的配置文件中添加如下配置:

……

-Djsse.enableSNIExtension=false

添加了红色部分的配置后就正常了。


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn