Skip to content

Configure the GitLab internal API client to provide client certificates when using TLS

Part of the effort to improve our security stance by supporting mutual auth in TLS connections, this change ensures that client certificates are provided when connecting to the GitLab internal API. This resolves the situation where some customers had extra requirements to require client-certs in the TLS transport for requests to the GitLab API that caused Gitaly to fail connecting.

Closes #3160 (closed)

Edited by Paul Okstad (ex-GitLab)

Merge request reports