Expedition update via webproxy server

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Expedition update via webproxy server

L1 Bithead

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

1 accepted solution

Accepted Solutions

Hi @alestevez @JosephGoh

 

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

 

View solution in original post

2 REPLIES 2

L7 Applicator

https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-configure-proxy-on-ubuntu-18-04...

 

Take a look to the Single User Persistent Proxy Settings part

 

 

Hi @alestevez @JosephGoh

 

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

 

  • 1 accepted solution
  • 5768 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!