Concealing Web Proxy Information from the Process List

お困りですか?

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

コミュニティに質問

To conceal the values -Dhttp.proxyHost -Dhttp.proxyPassword parameters from the process list (ps aux),

Refer to Configuring Web Proxy Support for Confluence. Rather than declare the -Dhttp.proxyPassword parameter as a JAVA_OPTS, you can declare it in the catalina.properties file:

http.proxyHost=yourProxyURL
http.proxyPort=yourProxyPort
http.proxyUser=yourUserName
http.proxyPassword=yourPassword

Then set appropriate permissions on the properties file to protect the plaintext password.

最終更新日: 2016 年 2 月 26 日

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

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