05-02-2016 07:38 AM
Is there any way to perform the minemeld install from behind a proxy? I am deploying a minemeld node in a datacenter where internet access is only available via squid proxy.
Thanks,
Nasir
05-12-2016 01:52 AM
Fixed in MineMeld 0.9.10 (just released)
05-12-2016 07:23 AM
I can confirm that 0.9.10 fixes this issue for us. Now O365 prototypes also use our squid proxy.
06-06-2018 10:29 AM
Just a quick note, that this doesn't work on Ubuntu 16.04, as this version uses systemd, and after some small troubleshooting @lmori came up with the following solution for the problem:
@borising ok, now I understand why it's not working: Ubuntu 16.04 LTS uses systemd. To add the environment variables to MineMeld you should do `sudo systemctl edit minemeld.service` and then paste something like luigimori [10:29 PM] added this Plain Text snippet: Untitled [Service] Environment=HTTPS_PROXY=<...> Environment=HTTP_PROXY=<...> luigimori [10:29 PM] `sudo systemctl daemon-reload` `sudo systemctl restart minemeld`
And after I did this, it worked as expected.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!