- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-13-2018 12:29 AM
Hi,
Any expert here can advice me if Expedition server support WebProxy setting? Some customer enviroment required to set webproxy setting so that the update will go through webproxy server. Not sure if Expedition support it?
Regards,
Joseph
09-19-2018 09:31 PM
I got a similar issue but with pip, though had the system wide proxy settings in place, and found that pip aparently didn't respect the proxy settings from the OS, so after some searching I found the solution, by setting the proxy variable in the /etc/pip.conf file like this:
[global]
proxy = http://web.proxy.com:3128
And that worked out my problems for pip 🙂
Reference: https://pip.pypa.io/en/stable/user_guide/?highlight=appdata#config-file
09-13-2018 01:17 AM
Take a look to the Single User Persistent Proxy Settings part
09-19-2018 09:31 PM
I got a similar issue but with pip, though had the system wide proxy settings in place, and found that pip aparently didn't respect the proxy settings from the OS, so after some searching I found the solution, by setting the proxy variable in the /etc/pip.conf file like this:
[global]
proxy = http://web.proxy.com:3128
And that worked out my problems for pip 🙂
Reference: https://pip.pypa.io/en/stable/user_guide/?highlight=appdata#config-file
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!