Memento Posted March 2, 2018 Share Posted March 2, 2018 I'm trying to get a Trial of unRAID setup and it requires an internet connection. All of my internet traffic goes through a proxy. How do I get unRAID setup to connect through a proxy server? (export https_proxy...) Is there a service or config file I need to change somewhere? Quote Link to comment
usiamt Posted August 22, 2018 Share Posted August 22, 2018 On 3/2/2018 at 2:43 PM, Memento said: I'm trying to get a Trial of unRAID setup and it requires an internet connection. All of my internet traffic goes through a proxy. How do I get unRAID setup to connect through a proxy server? (export https_proxy...) Is there a service or config file I need to change somewhere? I've asked as well, no help so far ? Quote Link to comment
John_M Posted August 22, 2018 Share Posted August 22, 2018 The question was asked a couple of years ago: I guess @RobJ's advice still applies. Quote Link to comment
limetech Posted September 6, 2018 Share Posted September 6, 2018 Here's something to try. Edit your 'config/go' file and change this line: /usr/local/sbin/emhttp & to: http_proxy=http://proxyserver:port /usr/local/sbin/emhttp & Of course substitute proxyserver:port with your actual proxy server/port URL. If you need to specify a username/password, use: http_proxy=http://username:[email protected]:port /usr/local/sbin/emhttp & Again substituting your actual username:password. Note: you have to url-encode username or password if it uses symbols (e.g. @ --> %40). For https, use HTTPS_PROXY (all caps) instead. It should be possible to specify both http_proxy and HTTPS_PROXY but everything has to be on the same line. Refer also to: https://superuser.com/questions/944958/are-http-proxy-https-proxy-and-no-proxy-environment-variables-standard 1 Quote Link to comment
linfanne Posted October 8, 2022 Share Posted October 8, 2022 (edited) It seems this method can't use in 6.11.0 (6.10.x can work fine), do anyone else metion it or fonud it? Edited October 8, 2022 by linfanne Quote Link to comment
zestyboy Posted October 9, 2022 Share Posted October 9, 2022 I'd like to know a workaround for 6.11 as well, thanks Quote Link to comment
linfanne Posted October 20, 2022 Share Posted October 20, 2022 (edited) I solved this finally , in download or check update in CA case, the dynamix plugin manage use wget to download file, it seems http_proxy=http://username:[email protected]:port /usr/local/sbin/emhttp & can't effect it. so ,the method is , create a new file .wgetrc in /root and the content is use_proxy=yes http_proxy=http://10.0.0.2:7890 https_proxy=http://10.0.0.2:7890 wait=10 , it works for me , on unraid 6.11.1. @zestyboy Edited October 20, 2022 by linfanne 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.