ネットワーク接続のテストのためにプロキシをバイパスする方法

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

要約

Sometimes it's necessary to test connectivity to a single application from a single workstation. The methods described in this article should only be used if you need to test connectivity from a single workstation. To bypass an application link permanently, see (Archived) How do I bypass a reverse proxy for use in Application Links. Adding a secondary connector to Tomcat allows for an alternate route of communication to the application.

ソリューション

Windows の Putty の場合

Putty を使用した SSH トンネルのセットアップ (ポート フォワーディング)

Mac または Linux の場合

Terminal に次の内容を入力します。

ssh <operating system username on the remote system>@<hostname or IP> -L <local port>:hostname:<confluence port>

例:

ssh admin@server -L 9998:server:8090

After setting up the tunnel browse to http://hostname:<local port> and the local port will be forwarded to the Confluence port on the remote host.

Windows のリモート デスクトップの場合

サーバーが Windows で、管理用のリモート デスクトップ アクセスが許可されている場合、単純にサーバーに RDP し、ブラウザを立ち上げて、http://localhost:8090/ または http://localhost:8090/confluence (Confluence がデフォルト ポート上にある場合) を利用してサイトにアクセスします。

更新日時: September 25, 2025

さらにヘルプが必要ですか?

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