javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name when connecting a Remote Agent to Bamboo Server

お困りですか?

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

コミュニティに質問

問題

When connecting a Remote Agent to the Bamboo Server the below exception is observed in the <bamboo-agent-home>/atlassian-bamboo-agent.log:

INFO | jvm 4 | 2017/03/29 14:00:17 | Exiting due to fatal exception.
INFO | jvm 4 | 2017/03/29 14:00:17 | javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
INFO | jvm 4 | 2017/03/29 14:00:17 | at sun.security.ssl.ClientHandshaker.handshakeAlert(ClientHandshaker.java:1441)
INFO | jvm 4 | 2017/03/29 14:00:17 | at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2016)
INFO | jvm 4 | 2017/03/29 14:00:17 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1125)

原因

This typically occurs when trying to connect your remote agent to Bamboo through a misconfigured Apache HTTPD Server when the Apache Server supports SNI. 

ソリューション

The resolution in this case is to add the correct ServerName / ServerAlias to Apache virtual hosts configuration for Bamboo as this article describes: 

最終更新日 2017 年 5 月 2 日

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

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