コンテキストが関連付けられたプロキシの背後で更新センターを使用すると、次の既知のエラーが発生します。
Fail to download the plugin (css, version 3.1) from https://github.com/racodond/sonar-css-plugin/releases/download/3.1/sonar-css-plugin-3.1.jar
Error is : Fail to download: https://github.com/racodond/sonar-css-plugin/releases/download/3.1/sonar-css-plugin-3.1.jar (no proxy)
http.proxyHost/Port
構成ファイルで指定する必要があることを確認しsonar.properties
ましたが、Web コンテキスト (によって割り当てられたsonar.web.context=/mycontext
) に問題があります。
2 つのケース:
http.proxyHost=myhost/mycontext => myhost/mycontext:port との接続を試みるため失敗します
Fail to download the plugin (css, version 3.1) from https://github.com/racodond/sonar-css-plugin/releases/download/3.1/sonar-css-plugin-3.1.jar
Error is : Fail to download: https://github.com/racodond/sonar-css-plugin/releases/download/3.1/sonar-css-plugin-3.1.jar (HTTP proxy: <myhost>/<mycontext>:443)
http.proxyHost=myhost => 失敗し、sonarqube にプラグインが表示されない
注: ポートは 80 y 443 (標準) で、https は同じホストを使用します。
どんな助けでも大歓迎です。