I face this error when I Airbyte tries to git clon...
# replication-ask-ai
a
I face this error when I Airbyte tries to git clone the dbt repo for transformation: 2023-06-23 041948 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?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [Airbyte documentation on using private Git repositories](https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-airbyte#private-git-repository) for general guidance on connecting to private repositories. For self-signed certificates, you may want to create an issue on the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte) to get more specific help from the team.