Bamboo fails to connect to SVN server via SSL with an error "unrecognized_name" error

お困りですか?

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

コミュニティに質問

要約

Bamboo build fails and Bamboo server fails to connect to SVN server configured to use SS. 

Build fails with an error svn: E175002: handshake alert: unrecognized_name

環境

Issue found in Bamboo 5.7.2.

診断

The following error can be seen in the logs:

INFO [http-apr-8085-exec-11] [SvnRepository] Failed to validate the subversion url: svn: E175002: handshake alert: unrecognized_name
svn: E175002: OPTIONS request failed on '/path/to/tags/id'

原因

The SVN server is not configured correctly, ServerName in the Apache virtual host configuration is missing.


(info)  TortoiseSVN ignores this warning by default and it may go unnoticed.

ソリューション

On the SVN server:
  • In the Apache virtual host configuration, make sure the <VirtualHost> tag has a value for ServerName in it.

    <VirtualHost mydomain.com:443>
      ServerName  mydomain.com
      [...]
    </VirtualHost>
    
最終更新日 2022 年 11 月 29 日

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

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