I face this error when I Airbyte tries to git clone the dbt repo for transformation:
2023-06-23 04
1948 normalization > fatal: unable to access '
xxxxxxxxxxxxxxxxxxxxxx.git/': server certificate verification failed. CAfile: none CRLfile: none
It's a GitLab repo and it uses self signed certificate. How can I trust the self signed certificate to make the git clone command work? Or are there any alternatives to clone repos that use self-signed certificates for https?