Hi daml community
I am a new user of daml SDK.
At office when I run the command:
Daml install version
I got an error message because of my enterprise proxy.
Reply indicates proxy = nothing
Do you have an idea how I can change the value “nothing” to indicate my enterprise proxy?
Hi @dglobo92. The daml install
command currently doesn’t allow to directly configure a proxy. However, you can download a release in .tar.gz
format and install it with daml install /path/to/daml-sdk-{version}-{platform}.tar.gz
. Thanks for @Sofia_Faro for providing the answer in the background. 
1 Like
I haven’t tested it, but there is a chance that you can use the http_proxy
and https_proxy
environment variables to configure the proxy endpoint for the daml install
command. You can try either way. Thanks to @cocreature for providing an answer in the background.
1 Like
Thanks
a lot for answers. We will test distinct solutions and return our feedback.
1 Like