DAP client SSL Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024
01:55 PM
Installed the instructure-dap-client in Python 3.10 (tried 3.11 as well). Getting an error each time we try to invoke it:
[SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')]
We are able to use both CURL and the Python Requests module with the same client ID and secret against the same host and things are working. Did update the local CA store to no effect.
Any guidance would be appreciated. Sorry if I missed a documented step somewhere...
Thanks!