Connect via Proxy Omega2+
- 
					
					
					
					
 Hi I need to set an Omega 2+ to use a Proxy Server to connect to the internet. 
 Any help much appreciated.Cheers Andy 
 
- 
					
					
					
					
 I tried the same as a Raspberry pi and it works To work through a proxy to upgrade try export https_proxy=Proxyip:ProxyPort eg 
 root@Omega-xxxx/# oupgradeDevice Firmware Version: 0.1.9 b152 
 Checking latest version online...
 ERROR: Could not connect to Onion Firmware Server! Check your internet connection and try again!
 root@Omega-0000:/# export https_proxy=xxx.xx.x.xx:8080
 root@Omega-0000:/# oupgrade
 Device Firmware Version: 0.1.9 b152
 Checking latest version online...
 Repo Firmware Version: 0.1.9 b149
 Comparing version numbers
 Device firmware is up to date!
 root@Omega-0000:/#