jdf / processing-py-site

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

Travis build -- curl now bypasses SSL. Closes #173 #177

Closed jeremydouglass closed 3 years ago

jeremydouglass commented 4 years ago

Restore builds by turning off curl's verification of the py.processing.org certificate use the -k (or --insecure) option.

jeremydouglass commented 4 years ago

Looks like the fix worked -- the build passed. Ready to merge.

$ curl -k -L -O http://py.processing.org/processing.py-linux64.tgz

FeXd commented 4 years ago

Looks great, thanks for looking into this!

jdf commented 3 years ago

Thank you.