Browser Hangs when Clicking on Edit Review

お困りですか?

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

コミュニティに質問

症状

The reviews cannot be edited after restarted. The browser just keeps spinning and the Crucible is accessible via https://testing.abc.com

原因

The following has been configured in config.xml:

<web-server site-url="https://testing.abc.com">
	<http bind=":8060"/>
</web-server>

ソリューション

Changing the setting to following should be able to solve the problem:

	<http bind=":8060" proxy-host="testing.abc.com" proxy-port="443" proxy-scheme="https"/>
最終更新日 2016 年 11 月 22 日

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

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