Skip to content

Add custom CA cert validation for coordinator

David Coy requested to merge dcoy-ca-cert-check-1689786615 into main

What does this MR do?

When using a self-signed certificate, site validation fails with:

curl: (60) SSL certificate problem: unable to get local issuer certificate

This MR adds a validation step to either use the custom CA certificate or curl GitLab as insecure.

What are the relevant issue numbers?

Closes gitlab-org/gitlab#416670

GitLab Docs MR

This update doesn't require a docs update as it relies on whether the admin is supplying a self-signed certificate during the Runner registration step.

Edited by David Coy

Merge request reports