2

在具有关联上下文的代理后面使用更新中心会给我这个已知错误:

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/Portsonar.properties配置文件中提供,但是我遇到了 Web 上下文(由 分配sonar.web.context=/mycontext)的问题。

两种情况:

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 和 443(标准),https 使用相同的主机。

任何帮助深表感谢。

4

0 回答 0