删除了 HTTP 摘要身份验证 -Gerrit
HTTP Digest Authentication Removed -Gerrit
我已将我的 gerrit 应用程序从 2.11.7 升级到 2.14.1,但我的 url 中没有获得 https。看起来只有 http 存在。在 gerrit 2.14.1 发行说明中,我可以看到删除了 HTTP 摘要身份验证。这是否意味着我们不能再使用 https?
不,您可以继续使用 https。
检查 GERRIT_SITE/etc/gerrit.config 文件中的 httpd.listenUrl 选项。你在那里使用 "https" 吗?
例如:
[httpd]
listenUrl = proxy-https://localhost:8080/
我已将我的 gerrit 应用程序从 2.11.7 升级到 2.14.1,但我的 url 中没有获得 https。看起来只有 http 存在。在 gerrit 2.14.1 发行说明中,我可以看到删除了 HTTP 摘要身份验证。这是否意味着我们不能再使用 https?
不,您可以继续使用 https。
检查 GERRIT_SITE/etc/gerrit.config 文件中的 httpd.listenUrl 选项。你在那里使用 "https" 吗?
例如:
[httpd]
listenUrl = proxy-https://localhost:8080/