How to bypass a proxy to test network connectivity
プラットフォームについて: 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.
ソリューション
For Putty on Windows:
Setting up an SSH tunnel (also called port forwarding) using Putty
For Mac or Linux:
Type into 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.
For Remote Desktop on Windows:
If the server is Windows and Remote Desktop access is available for administration just RDP to the server, launch a browser and access the site using http://localhost:8090/
or http://localhost:8090/confluence
(Providing Confluence is on its default port)
この内容はお役に立ちましたか?