Python Proxy server #122
Replies: 3 comments
-
|
Hi Nick, Can you describe the use case? why would you like to configure such proxy? Are you aware of the Pypi Server component comes with CloudShell since 8.2: http://help.quali.com/Online%20Help/8.3/Portal/Content/Admn/Pyth-Cnfg-Mds.htm?Highlight=pypi Tomer Tomer Admon (Tomer.A) - 06/06/2018 06:43 AM
|
Beta Was this translation helpful? Give feedback.
-
|
@tomer.a The customer's site does not allow direct access to pip, however they have a proxy server already set up that they use to download python packages internally. The way it currently works, they have to use CS's offline repository, which means downloading packages for any new script and putting them in the offline repository. If CS could be configured to point to their existing proxy server, like the command "pip --proxy http://existing.proxy" works, then that is one less step for them while deploying new scripts/drivers/etc. Nicholas Kirby (nick.k@quali.com) - 06/06/2018 12:02 PM
|
Beta Was this translation helpful? Give feedback.
-
|
Hi nick.k@quali.com, Assuming the proxy is configured on internet explorer, the proxy can be imported using command line netsh: PS C:\> netsh netsh>winhttp netsh winhttp> import proxy source=ie netsh winhttp>exit Hope this helps Regards, Sadanand Sadanand Hegde (Sadanand.S) - 06/06/2018 01:17 AM
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to configure CS to use a proxy server when downloading python packages, similar to how the 'pip --proxy http://proxy.server' command works?
Nicholas Kirby (nick.k@quali.com) - 05/31/2018 12:45 PM
· 3667 ·
Beta Was this translation helpful? Give feedback.
All reactions