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
and it will download some test data and populate the "test data repo". However it chokes on www.phy.bnl.gov's SSL certificate (the provider of the data).
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)
This is likely a known problem where the certificate does not include the full signing chain in a format that is expected, though it is legit in format and content.
The text was updated successfully, but these errors were encountered:
We should be able to do:
and it will download some test data and populate the "test data repo". However it chokes on www.phy.bnl.gov's SSL certificate (the provider of the data).
This is likely a known problem where the certificate does not include the full signing chain in a format that is expected, though it is legit in format and content.
The text was updated successfully, but these errors were encountered: