[custom connectors] SSL certificate verify failed #33498
Unanswered
robinboettcher
asked this question in
Connector Questions
Replies: 2 comments
-
You probably need to add the SSL certificate inside the custom connector Dockerfile. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@robinboettcher , did you find the way to connect to a service that has a self signed certificate with a custom connector? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am currently trying to create my own custom API connector.
I deployed airbyte on a local machine (Ubuntu 22.04) in Docker.
When I try to test the connector, I get the following error message:
HTTPSConnectionPool(host='...', port=44301): Max retries exceeded with url: /sap/bc/rest/... (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))"
I assume from the error message that the connector is missing the required SSL certificate for the API.
Does anyone know in which Docker container (e.g. proxy?) I have to install such a certificate?
And especially where? (e.g. /etc/ssl/certs)
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions