This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-09
Channels
- # announcements (4)
- # aws (3)
- # babashka (86)
- # babashka-sci-dev (31)
- # beginners (171)
- # biff (15)
- # calva (3)
- # clerk (47)
- # cljdoc (11)
- # clojure (57)
- # clojure-dev (11)
- # clojure-europe (122)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-norway (4)
- # clojure-uk (2)
- # clojurescript (40)
- # cursive (5)
- # data-science (3)
- # datahike (1)
- # datomic (5)
- # fulcro (9)
- # graalvm (8)
- # hyperfiddle (17)
- # introduce-yourself (1)
- # java (28)
- # jobs (1)
- # malli (11)
- # membrane (9)
- # missionary (1)
- # nbb (1)
- # off-topic (5)
- # other-languages (1)
- # pedestal (1)
- # re-frame (4)
- # reagent (16)
- # releases (3)
- # remote-jobs (3)
- # shadow-cljs (83)
- # spacemacs (1)
- # sql (5)
- # tools-deps (28)
- # xtdb (15)
#aws
<
2023-03-09Setting https.proxyHost
& https.proxyPort
doesn’t seem to be working for me. What’s the recommended to use an HTTP proxy w/ the aws-api
[library](https://github.com/cognitect-labs/aws-api)?
https://clojurians.slack.com/archives/C09N0H1RB/p1606170559137300
I think this is b/c the com.cognitect/http-client
dependency uses Jetty, which doesn’t respect those system properties.
IIUC com.cognitect/http-client
’s source code isn’t available anywhere, so would appreciate any example as to how to use a proxy server for HTTP requests.
Managed to [figure it out](https://github.com/cognitect-labs/aws-api/issues/181#issuecomment-1461414333). Hope this helps someone!

🙌 1