ibpsa / project1-boptest

Building Optimization Performance Tests
Other
107 stars 69 forks source link

SSLCertVerificationError for Boptest API (https://api.boptest.net) #603

Closed AlinaCartus closed 9 months ago

AlinaCartus commented 9 months ago

No matter what testcase I choose, when I try to reach the boptest-api like that (using colab):

error

there is the error "SSLCertVerificationError" with the following consequential errors: "SSLError" and "MaxRetryError". For details check .txt file.

error.txt

I hope, I am not missing something obvious and look forward to your support! Thank you in advance

dhblum commented 9 months ago

@AlinaCartus Thank you for reporting! @kbenne and I will look into this and address as soon as we can.

kbenne commented 9 months ago

Working on it. In the mean time we do serve a none TLS endpoint. http://api.boptest.net

kbenne commented 9 months ago

Certificates are renewed now.

dhblum commented 9 months ago

Thank you @kbenne. I confirm https://api.boptest.net/version returns {"status":200,"message":"Queried the version number successfully.","payload":{"version":"0.5.0","service-version":"0.3.0"}}.