-
Hi ! I try to install smithy cli on a windows computer (please, don't judge me...), reaching internet through an authenticating http proxy. I managed to have it working for the git part (smithy init), but I can't get through for dependencies collection... The apache http library does not seem to use the proxy parameters I pass to the JVM (using the SMITHY_OPTS environment variable): These parameters are indeed passed to the JVM (checked using DEBUG=true) but looking at the --debug output it still tries to go directly to internet and ultimately fails to collect dependencies. Any other way to configure the proxy for Smithy to use ? I can't find anything in the docs or in the existing issues... Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The following pr adds support for using a proxy for smithy dependency resolution: #2076 As noted in the PR, use of a proxy would be supported in 2 ways:
|
Beta Was this translation helpful? Give feedback.
The following pr adds support for using a proxy for smithy dependency resolution: #2076
This functionality will be included in the next release.
As noted in the PR, use of a proxy would be supported in 2 ways: