Can't get proxy to work


Recommended Posts

Hi,

 

For my unraid server I need to set a proxy for outbound traffic.

I've set the following in my go file on the usb but it isn't working :

 

http_proxy=http://proxy.ezorg.nl:8080 https_proxy=http://proxy.ezorg.nl:8080 /usr/local/sbin/emhttp &

 

Could anybody point me in the right direction how to resolve the issue ?

 

Best regards,

 

jos

Link to comment

Hi,

 

I tried as suggested but that didn't resolve the issue.

My current go file now looks like this :

 

#!/bin/bash
# Start the Management Utility
http_proxy=http://proxy.ezorg.nl:8080
https_proxy=http://proxy.ezorg.nl:8080
/usr/local/sbin/emhttp &

 

It just returns the network error again.

I tried going thru the log files but can't seem to find any usefull info.

 

Jos

Link to comment
  • 1 month later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.