-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
I get this error when trying to connect arango database instance.
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)'))'
From what i can understand this is because arango client is trying to verify SSL certificate. I can avoid this issue with PyArango by supressing verification of the certificate. I am trying to achieve same behaviour with python-arango. I see there is a "verify_certificate" option in client.db. Neverthless this doesn't work and when I look deeper into the code of python-arango I think it is not implemented is that the case?
Metadata
Metadata
Assignees
Labels
No labels