You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Looks like your local machine is missing the CA certificate for whichever SSL cert you're trying to use. You might be able to use the certifi package, as noted in this Stackoverflow answer to get the CA cert needed for verification. If not, inspect the SSL cert and see which CA cert you need and fetch that.
@cfournie : I have faced this issue once when I was using requests package. I believe providing an option to pass the cert parameter would work in this case.
Log traces below for https based client,
The text was updated successfully, but these errors were encountered: