Error downloading packages from behind the company proxy #3706
-
Hi,
When I open the URL from the error message in a browser, it downloads properly. So I think it might be a problem with Gleam not working properly with the proxy.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Is software expected to do anything specific to work with these proxies? I'm unfamiliar with them. Could you run with GLEAM_LOG=trace please. |
Beta Was this translation helpful? Give feedback.
-
With the release of Gleam 1.9.0, the functionality mentioned in the previous comments has been implemented. For anyone coming here later, let me quickly explain how to set things up on Windows.
After that, everything should work fine, as it did for me. |
Beta Was this translation helpful? Give feedback.
With the release of Gleam 1.9.0, the functionality mentioned in the previous comments has been implemented.
For anyone coming here later, let me quickly explain how to set things up on Windows.
certmgr.msc
application, find the certificate you need, right click on it and export it as a Base-64 encoded X.509 (.CER) file.cacerts.pem
. In its contents, paste the contents of all the exported certificates one below the other.