cnr-ibf-pa / hbp-bsp-issues

Ticketing system for developers/testers and power users of the Brain Simulation Platform of the Human Brain Project
4 stars 0 forks source link

Model Catalog SSLError #549

Closed antonelepfl closed 3 years ago

antonelepfl commented 3 years ago

Expected behavior

When I try to fetch some models using the url https://validation-v1.brainsimulation.eu/models/ now I get

ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)

This started the 9th of August (before it was working properly)

I can use the requests.get(..., verify=False) in python but it would be better to know what changed that day.

@apdavison @appukuttan-shailesh

appukuttan-shailesh commented 3 years ago

The certificate problem should now be fixed. Can you re-check?

antonelepfl commented 3 years ago

Yes perfect thank you!