heroku-buildpack-clojure icon indicating copy to clipboard operation
heroku-buildpack-clojure copied to clipboard

CLI tools step failure message could be improved in cases when download.clojure.org certificate is expired

Open nfedyashev opened this issue 4 years ago • 4 comments

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.

nfedyashev avatar Jul 14 '20 12:07 nfedyashev

Just encountered this too.

tiensonqin avatar Jul 14 '20 12:07 tiensonqin

How about fallback to insecure connections like curl -k?

tiensonqin avatar Jul 14 '20 12:07 tiensonqin

It has been fixed a few minutes ago

nfedyashev avatar Jul 14 '20 12:07 nfedyashev

👍

tiensonqin avatar Jul 14 '20 14:07 tiensonqin