marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
2.05k stars 266 forks source link

Docs cannot be accessed due to certificate expiration #1188

Closed fluque1995 closed 2 months ago

fluque1995 commented 2 months ago

HTTPS certificate for https://vedo.embl.es seems to have expired, and HSTS is activated. Due to this fact, documentation is not accessible:

image

sergei9838 commented 2 months ago

Having the same issue when trying to load datafile: msh = Mesh(dataurl+'mouse_brain.stl').subdivide() urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:992)>

marcomusy commented 2 months ago

Thanks for reporting, this will be fixed asap!

fluque1995 commented 2 months ago

Thanks to you for such an amazing library!

marcomusy commented 2 months ago

Should be now fixed.

fluque1995 commented 2 months ago

I checked, it is indeed fixed, thanks again!