jdf / processing-py-site

Site for processing.py.
MIT License
197 stars 52 forks source link

Travis Builds Failing for Pull Requests #173

Closed FeXd closed 3 years ago

FeXd commented 4 years ago

That's odd. Builds are now failing on Travis with:

$ curl -L -O http://py.processing.org/processing.py-linux64.tgz curl: (60) SSL certificate problem: certificate has expired More details here: http://curl.haxx.se/docs/sslcerts.html

Originally posted by @jeremydouglass in https://github.com/jdf/processing-py-site/pull/172#issuecomment-641627768

jeremydouglass commented 4 years ago

It seems like this could be fixed with by either

  1. update the py.processing.org -- is that a @jdf domain or should we contact the Processing Foundation?
  2. "If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option." So the build command could be changed to
curl -k -L -O http://py.processing.org/processing.py-linux64.tgz