简体   繁体   English

Gitlab和Gitlab CI CSRF错误

[英]Gitlab and Gitlab CI CSRF error

I'm trying to setup gitlab with gitlab CI on internal network on Debian. 我正在尝试在Debian的内部网络上使用gitlab CI设置gitlab。 Im using Gitlab 6.7.3 abd gitlab ci 4.3. 我正在使用Gitlab 6.7.3和gitlab ci 4.3。 Gitlab is on selfsigned ssl. Gitlab位于自签名ssl上。

Everything seems ok until i try to start build. 一切似乎都OK,直到我尝试开始构建。 Both systems are connected and tokens auto setted up. 两个系统都已连接并且令牌已自动设置。

When i commit into repository the build shows in gitlab CI as "pending" and in log i can see: 当我提交到存储库时,构建在gitlab CI中显示为“ pending”,并且在日志中我可以看到:

Started POST "/projects/1/build?token=d18e0fea59ae4d40327f9cc11d2793" for 127.0.0.1 at 2014-04-25 05:38:02 +0000
Processing by ProjectsController#build as HTML
  Parameters: {"before"=>"0000000000000000000000000000000000000000", "after"=>"437d8dddd2de6c3329ca58808fd08b4557f8b3af", "ref"=>"refs/heads/master", "user_id"=>3, "user_name"=>"Pokluda, Vaclav", "project_id"=>1, "repository"=>{"name"=>"test", "url"=>"git@mobile-gitlab.dev:Vaclav.Pokluda/test.git", "description"=>"", "homepage"=>"https://mobile-gitlab.dev/Vaclav.Pokluda/test"}, "commits"=>nil, "total_commits_count"=>0, "token"=>"d18e0fea59ae4d40327f9cc11d2793", "id"=>"1", "project"=>{}}
Can't verify CSRF token authenticity
Completed 201 Created in 15ms (ActiveRecord: 1.6ms)

Any suggestion? 有什么建议吗?

我想您可能会遇到与我相同的错误, https://gitlab.com/gitlab-org/omnibus-gitlab/issues/761

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM