Skip to content

SSL ceritifcate supress verification  #225

@raviapatel

Description

@raviapatel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions