openml / openml.org

New OpenML website
https://new.openml.org
BSD 3-Clause "New" or "Revised" License
25 stars 18 forks source link

Automatic renewal of SSL certificate #305

Closed josvandervelde closed 1 year ago

josvandervelde commented 1 year ago

Done, see https://github.com/openml/openml-internal-infra-wiki/blob/main/pages/webserver.md

adubowski commented 1 year ago

@josvandervelde I am not sure it worked, as I am getting an SSL: CERTIFICATE_VERIFY_FAILED error. Could you check if the server works correctly?

josvandervelde commented 1 year ago

Hi @adubowski , thanks for the response! Could you share a reproduction for this issue? What url where you accessing, and how? Thanks!

adubowski commented 1 year ago

Hi Jos, it seems that it was a problem on my side. In particular, the issue came from the lack of certifi package and relevant certificates on a new OSX Python installation. Steps in this thread helped me solve the issue: https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error

josvandervelde commented 1 year ago

Great, thank you for the extra details.