Problem
When using the Python driver on Mac you may face this SSL certificate error below:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)
Note: All our certificates are properly signed and valid and your data remain safe.
Solution
You will need to configure the Python driver to allow self-signed certificates by changing the URI to neo4j+ssc://<DB_ID>.databases.neo4j.io.
We continue to investigate and work on a solution to avoid using this workaround.
Comments
0 comments
Please sign in to leave a comment.