升级 Bitbucket 后,在看提交信息时出现以下错误提示:

打开浏览器的开发工具,查看请求时,会发现请求 tags 时提示出现 403 错误,错误信息为:“XSRF check failed”。

需要修改 shared/bitbucket.properties 。增加或修改以下代码。

server.port=7990
server.secure=true
server.scheme=https
server.proxy-port=443
server.proxy-name=repos.domain.com

参考: https://community.atlassian.com/t5/Bitbucket-questions/XSRF-check-failed-with-nginx-and-ssl/qaq-p/794883

发表回复

您的电子邮箱地址不会被公开。