当前位置:Gxlcms > mysql > IntelliJIDEA使用SVN时报错:Subversion:(AccessingURL:XXX

IntelliJIDEA使用SVN时报错:Subversion:(AccessingURL:XXX

时间:2021-07-01 10:21:17 帮助过:42人阅读

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

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


人气教程排行