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
We've had questions about dealing with SSLCertVerificationError when using py-allspice while using self-signed certificates. I believe that there’s an environment variable they can set to the path of their trusted certs. But in the future, it may be worth adding docs to py-allspice about both that and disabling checking with AllSpice(verify=False).
We've had questions about dealing with SSLCertVerificationError when using py-allspice while using self-signed certificates. I believe that there’s an environment variable they can set to the path of their trusted certs. But in the future, it may be worth adding docs to py-allspice about both that and disabling checking with
AllSpice(verify=False)
.Related #109.
The text was updated successfully, but these errors were encountered: