Skip to content
Snippets Groups Projects

added verify false on gitlab_ci integrations

Merged gitlab-qa-bot requested to merge github/fork/endzyme/patch-1 into 6-6-stable

Created by: endzyme

For those of us running self-signed in gitlab-ci it generates 500s SSL_verify errors if you don't have this.

Merge request reports

Merged by avatar (Mar 8, 2025 3:01pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: jvanbaarsen

    @endzyme How does this behave if you dont have a SSL certificate? Does it still work?

    By Administrator on 2014-02-26T20:02:01 (imported from GitLab project)

    By Administrator on 2014-02-26T20:02:01 (imported from GitLab)

  • Created by: endzyme

    Works fine.

    screen shot 2014-02-26 at 1 56 00 pm screen shot 2014-02-26 at 1 56 14 pm

    Started GET "/test/rails_training/merge_requests/1/ci_status" for 127.0.0.1 at 2014-02-26 13:55:49 -0700
    Processing by Projects::MergeRequestsController#ci_status as JSON
      Parameters: {"project_id"=>"test/rails_training", "id"=>"1"}
    Completed 200 OK in 80ms (Views: 0.3ms | ActiveRecord: 3.5ms)
    Completed 200 OK in 1073ms (Views: 0.4ms | ActiveRecord: 105.0ms)

    By Administrator on 2014-02-26T21:02:10 (imported from GitLab project)

    By Administrator on 2014-02-26T21:02:10 (imported from GitLab)

Please register or sign in to reply
Loading