Project

Profile

Help

Task #9389

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/2045":https://github.com/pulp/pulpcore/issues/2045 




 ---- 


 This comes up from time to time: a product/plugin/user says that proxy support in Pulp is not working. It's usually a configuration problem.  

 It would be nice to have a test that sets up and uses a proxy in our CI to verify whether proxy support is working. I'm imagining that we could implement this in pulp_file but plugins could also extend this to test out any proxy-specific features they have or care about. 

 One promising lightweight option for setting up a proxy is [proxy.py](https://github.com/abhinavsingh/proxy.py). 

Back