Skip to content

Fix forking with custom CA in RPC CreateFork

Paul Okstad (ex-GitLab) requested to merge po-tls-custom-ca into master

Closes #1567 (closed)

This change fixes the inability of gitaly-ssh to recognize custom certificate authorities (CA) while also making it possible to use and test TLS connections over Unix domain sockets.

In order to allow gitaly-ssh to recognize custom CA's, the appropriate environment variables SSL_CERT_DIR and/or SSL_CERT_FILE need to propagate to gitaly-ssh.

Edited by GitLab Release Tools Bot

Merge request reports