This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-27
Channels
- # bangalore-clj (2)
- # beginners (41)
- # cider (14)
- # cljs-dev (12)
- # cljsrn (2)
- # clojure (106)
- # clojure-austin (6)
- # clojure-dev (22)
- # clojure-dusseldorf (1)
- # clojure-france (1)
- # clojure-greece (17)
- # clojure-italy (6)
- # clojure-poland (3)
- # clojure-russia (10)
- # clojure-serbia (5)
- # clojure-spec (24)
- # clojure-uk (100)
- # clojurescript (126)
- # cursive (3)
- # data-science (5)
- # datascript (15)
- # datomic (3)
- # defnpodcast (2)
- # dirac (6)
- # emacs (10)
- # fulcro (121)
- # graphql (30)
- # hoplon (7)
- # jobs (2)
- # leiningen (20)
- # off-topic (14)
- # onyx (3)
- # other-languages (13)
- # pedestal (1)
- # perun (2)
- # planck (41)
- # re-frame (16)
- # reagent (6)
- # reitit (5)
- # remote-jobs (3)
- # ring (1)
- # ring-swagger (17)
- # shadow-cljs (137)
- # spacemacs (6)
- # sql (4)
- # uncomplicate (7)
- # unrepl (56)
- # vim (27)
Due to: Could not transfer artifact clojure-complete:clojure-complete:jar:0.2.4 from/to clojars (https://repo.clojars.org/): Received fatal alert: protocol_version
This is not quite the same error being reported above, but I believe it’s what alexmiller is referring to
Actually, not the SNI issue - it’s that http://repo.clojars.org requires TLS1.2 now
I’m kind of curious why downgrading to lein 2.7.1 with Java 7 works though. I assume it’s a side effect of something around the change that requires HTTPS for all maven servers over HTTP, but I can’t quite imagine what exactly the connection there would be
lein 2.8 changed the default url for clojars to the CDN url (iirc that’s https://repo.clojars.org vs the former https://clojars.org/repo
Hello ! I allow myself to repost this here, because I couldn't find any solution...
Is there a static URL for a specific version of the lein installer? I need to install 2.7.1 specifically in an automated build process
@marshall I just checked to see how homebrew does it -> https://github.com/Homebrew/homebrew-core/blob/master/Formula/leiningen.rb#L16
that or line #4
ah, you’re probably talking about the bash installer
you could unzip the source from the release checkout
presumably this: https://raw.githubusercontent.com/technomancy/leiningen/2.7.1/bin/lein is static . for now at least ?
I would assume that is immutable
also, lein upgrade 2.7.1
will ensure that you are using that version, regardless of how you get lein if you get lein in a sensible way