User Community Service Desk Downloads

Data Quality Gates Troubleshooting

Use this page to troubleshoot common Data Quality Gates issues for local Python and Snowflake UDF deployments.

SSL certificate verification failure

Problem

SSL certificate verification fails with the following error while trying to connect to the ONE platform.

Max retries exceeded with url: /graphql (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)'))) python-BaseException
Cause

Python does not trust self-signed certificates by default.

Solution

Install pip-system-certs so that Python uses your system root certificates:

pip install pip-system-certs

Was this page useful?