Add configuration set SSL Verification on Github external CI/CD

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

  • Close this issue

Problem to solve

When adding a new Github repo for CI/CD for external repo the 'Enable SSL Verification' is disabled by default and there aren't any configuration options available.

Screenshot_2019-06-27_15-32-15

Further details

https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/spec/workers/create_github_webhook_worker_spec.rb#L32

          {
            url: "http://localhost#{api_v4_projects_mirror_pull_path(id: project.id)}",
            content_type: 'json',
            secret: project.external_webhook_token,
            insecure_ssl: 1
          },

Proposal

Allow configuration to set the SSL verification on by default.

Links / references

Internal ZD

Edited Aug 28, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading