heroku-buildpack-clojure
heroku-buildpack-clojure copied to clipboard
CLI tools step failure message could be improved in cases when download.clojure.org certificate is expired
remote: -----> Installing Clojure 1.10.0.411 CLI tools
remote: ! Push rejected, failed to compile Clojure (Leiningen 2) app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to foo-app.
curl https://download.clojure.org/install/linux-install-1.10.0.411.sh
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.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.
Alex Miller is aware of this issue and is currently working on fixing it afaik. Hopefully it won't happen again, so priority of this issue is probably low.
Just encountered this too.
How about fallback to insecure connections like curl -k
?
It has been fixed a few minutes ago
👍