This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-30
Channels
- # announcements (5)
- # babashka (2)
- # beginners (85)
- # cider (59)
- # cljs-dev (2)
- # clojure (10)
- # clojure-europe (61)
- # clojure-gamedev (20)
- # clojure-nl (2)
- # clojure-norway (9)
- # clojure-uk (5)
- # cursive (24)
- # data-science (4)
- # datascript (8)
- # emacs (1)
- # fulcro (8)
- # graalvm (30)
- # gratitude (9)
- # hyperfiddle (71)
- # introduce-yourself (1)
- # jackdaw (1)
- # leiningen (8)
- # london-clojurians (1)
- # missionary (3)
- # other-languages (10)
- # pathom (8)
- # pedestal (18)
- # polylith (4)
- # proletarian (5)
- # reitit (7)
- # releases (4)
- # ring (8)
- # sci (10)
- # shadow-cljs (27)
- # squint (3)
- # tools-deps (2)
- # xtdb (17)
Is there a guide on how to use the "clj" or "clojure" command behind a network proxy? When I ran "clj" or "clojure", it threw "Connection refused" exceptions related to trying to download things from Maven. Meanwhile (I mention only to help narrow down what might be going wrong) Leiningen and Maven both work - Leiningen by dint of environment variables and Maven by Java system properties http.proxyHost, http.proxyPort, etc. I tried exporting CLJ_JVM_OPTS and JAVA_OPTS with definitions of those system properties before running clj and clojure, but it did not seem to have any effect.
The Maven proxy section here has info on Maven config for proxies https://clojure.org/reference/clojure_cli#procurer_maven