Skip to content

SSL / Certificate Errors

Quick fixes

Bash
1
2
3
4
5
# Temporary (not recommended)
gitbridge sync --config config.yaml --no-verify-ssl

# Prefer supplying bundle
gitbridge sync --config config.yaml --auto-cert   # Windows

Verify bundle works

Bash
openssl verify -CAfile /path/to/company-ca-bundle.pem /path/to/test-cert.pem

See also: SSL Certificates.