[Kernel-packages] [Bug 1762709] Re: Unable to fetch git repos via python subprocess with proxy configured git 2.17.0-1ubuntu1

2018-04-12 Thread Po-Hsu Lin
Patch applied, tested with positive result, I will just close this bug with Fix-released. http://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/commit/?h=master-next http://kernel.ubuntu.com/git/ubuntu/kernel-testing.git/commit/?h=master-next=712c14f8b9e23c2769e3e43a39d116289da61ea9 **

[Kernel-packages] [Bug 1762709] Re: Unable to fetch git repos via python subprocess with proxy configured git 2.17.0-1ubuntu1

2018-04-11 Thread Po-Hsu Lin
Contacted IS, yes we should use http for https_proxy: sajoupa, I would like to know if I set my https_proxy to it, should I use https://squid.internal:3128 or http://squid.internal:3128? PHLin: set it to http:// sajoupa, ok, just curious because it used to work with https, but not with git

[Kernel-packages] [Bug 1762709] Re: Unable to fetch git repos via python subprocess with proxy configured git 2.17.0-1ubuntu1

2018-04-11 Thread Po-Hsu Lin
More tests: 1. PASS - proxy configured with export, git clone with python 2. FAIL - proxy configures with python, git clone with python And I think I have found the cause: The https_proxy should be using the proxy server with http, not https. Not sure why this works with older git version