svn: E175002: handshake alert: unrecognized_name - SVN repository setup fails

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

The following appears in the atlassian-fisheye-YYYY-MM-DD.log during the setup of an SVN repository that uses SSL:

com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: svn: E175002: handshake alert:  unrecognized_name

原因

Java 7 introduced SNI support which is enabled by default. Certain misconfigured servers send an "Unrecognized Name" warning in the SSL handshake which is ignored by most clients, except for Java.

ソリューション

  1. Add the following to the FISHEYE_OPTS environment variable:

    -Djsse.enableSNIExtension=false
    
  2. Restart your Fisheye instance.

 

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.