Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

NET::ERR_CERT_DATE_INVALID when visiting https://online.interlisp.org/user/login #1062

Closed pamoroso closed 1 year ago

pamoroso commented 1 year ago

Describe the bug When I visit https://online.interlisp.org/user/login I get the error NET::ERR_CERT_DATE_INVALID.

To Reproduce

  1. visit https://online.interlisp.org/user/login

Expected behavior The web page is displayed with no errors.

Screenshots This chromeOS screenshot shows the error message "the connection isn't private" in Italian: CertificateError

Context (please complete the following information):

Additional context It looks like the site's certificate has just expired as less than a hour ago I didn't get the error.

fghalasz commented 1 year ago

Oops. My bad. I let the SSL certificates expire. I will fix right away.

fghalasz commented 1 year ago

OK. SSL Certificates renewed. Should be up and running again.

pamoroso commented 1 year ago

I can visit the page again with no errors, the issue is fixed. Thanks!