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.
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.