schemedoc / srfi-metadata

Import SRFI metadata into the Scheme API
https://docs.scheme.org/srfi/support/
MIT License
10 stars 2 forks source link

The certificate for the Scheme48 site doesn't seem to be valid (?) #43

Closed jpellegrini closed 3 years ago

jpellegrini commented 3 years ago

When the script tries to access https://www.s48.org/1.9.2/scheme48-1.9.2.tgz with wget it fails:

$ wget https://www.s48.org/1.9.2/scheme48-1.9.2.tgz
--2021-07-27 16:45:07--  https://www.s48.org/1.9.2/scheme48-1.9.2.tgz
Resolving www.s48.org (www.s48.org)... 88.198.58.179
Connecting to www.s48.org (www.s48.org)|88.198.58.179|:443... connected.
ERROR: The certificate of ‘www.s48.org’ is not trusted.
ERROR: The certificate of ‘www.s48.org’ doesn't have a known issuer.
$ curl https://www.s48.org/1.9.2/scheme48-1.9.2.tgz
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

But Firefox says www.s48.org has cert that's valid until October 23, 2021.

lassik commented 3 years ago

I wasn't able to reproduce the cert problem, but changed the URL to use the files.scheme.org mirror which we control. Does scheme48.sh now work for you?

jpellegrini commented 3 years ago

Does scheme48.sh now work for you?

Yes it does, thanks!