-
-
Notifications
You must be signed in to change notification settings - Fork 33
Proxy authentication settings #70
Comments
You should be able to set the |
Both are set properly. lein itself is working fine, but lein ancient isn't. |
When I last checked, clj-http (the HTTP client used by lein-ancient) advertised support for proxies and proxy authentication based on environment/properties, but there is at least one issue (dakrone/clj-http#225) indicating that that is not completely true. A workaround could probably be added in lein-ancient but I'm not perfectly comfortable with that. Also, for completeness' sake: What Java/Leiningen versions are you using (see |
Leiningen 2.5.2 on Java 1.8.0_76 OpenJDK 64-Bit Server VM |
Hey there! It has been quite some time, but with ancient-clj's recent changes we might be able to leverage Leiningen's existing resolution infrastructure. This should include proxies. If you're still interested after five years, could you verify using |
How can I set my proxy settings so that lein-ancient can connect to the internet properly? I'm receiving a status code 407 from those.
The text was updated successfully, but these errors were encountered: