conan-package-tools
                                
                                 conan-package-tools copied to clipboard
                                
                                    conan-package-tools copied to clipboard
                            
                            
                            
                        Running behind a HTTP proxy
I did some testing of ConanMultiPackager locally today at work where there is a firewall.  I am using CONAN_DOCKER_IMAGE and it hangs at the pip install step.  I can get pip to work through the proxy using pip --proxy=xxx but not using environment variables.   Is there a way around this?  If not could you add another environment variable that is used as the --proxy argument to pip (or something more general)?
But only for pip? what about the conan downloads?
Good point - my particular project doesn't have any requirements so the pip problem was the only one I had seen (so far), so we could use a proxy variable that would be used anyplace a proxy is needed.
Could you configure that machine to connect using the proxy at OS level?
Is that possible using Linux?
Yes, definitely, you can configures proxies at the system level, every distro will have its way, here is the ubuntu one, for example: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html
Hi @sourcedelica !
Did you solve your problem?
You could configure Docker to use your custom proxy:
https://docs.docker.com/network/proxy/