When deleting a project, Server Unreachable message appears

このページの内容

お困りですか?

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

コミュニティに質問

症状

When attempting to delete a project in Stash, you get the message:

Server Unreachable

The server didn't respond. You may retry your request when the server comes back up.

原因

Stash provides a REST API that responds to GET, POST, PUT, and DELETE requests; but some firewalls are configured to not accept anything but GET and POST.

If you examine the HTTP response from the deletion attempt, you will notice that a 502 Bad Gateway error is being returned to the browser. In fact, that error code is not being returned by Stash, but by a firewall or proxy server that is intercepting requests on their way to the Stash server.

修正

Configure the intercepting firewall or proxy server so that it does not block HTTP DELETE requests for Stash. For instructions on performing that configuration, see the operation manual for the particular firewall or proxy server product.

最終更新日 2012 年 6 月 1 日

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

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