Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support #124

Open
2xyo opened this issue Jul 26, 2017 · 4 comments
Open

Proxy support #124

2xyo opened this issue Jul 26, 2017 · 4 comments
Assignees
Labels
enhancement This will introduce or improve an already existing capability needs pr This bug needs a PR and is used to prioritize issues

Comments

@2xyo
Copy link

2xyo commented Jul 26, 2017

As the presence of an HTTP proxy is common in a company, could you please provide proxy support ?

I quickly tested the following configuration in Autounattend.xml (eval-win7x64-enterprise) but it failed:

    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
          <POLICYProxySettingsPerUser>0</POLICYProxySettingsPerUser>
          <HKLMProxyEnable>true</HKLMProxyEnable>
          <HKLMProxyServer>192.168.0.1:3128</HKLMProxyServer>
        </component>
...

Error :

  • Exception calling "DownloadFile" with "2" argument(s): "Unable to connect to remote server"
  • BITSAdmin is deprecated and is not guaranteed to bo available in future versions of Windows... then endless waiting.

Note: The proxy doesn't need user/pass.

Doc: https://technet.microsoft.com/en-us/library/cc748894(WS.10).aspx

Thanks!

@2xyo
Copy link
Author

2xyo commented Jul 26, 2017

Ahh.. I didn't saw the waiting PR #85 ..

@arizvisa
Copy link
Contributor

Hey 2xyo, you still interested in Proxy support?

I have a few things I want to improve wrt relocating templates (since I'm not married to GNU Make or anything), but daxgames linked to a good base and so it seems like a good first feature to add especially since you've been waiting for like what...3 years?

@arizvisa arizvisa self-assigned this Jan 10, 2020
@arizvisa arizvisa added the enhancement This will introduce or improve an already existing capability label Jan 10, 2020
@2xyo
Copy link
Author

2xyo commented Jan 14, 2020

Yes please!

@arizvisa
Copy link
Contributor

Ok. I'll start working on how to figure out an elegant way to accomplish that. I'll update this with a PR that I'm working on when I make progress. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This will introduce or improve an already existing capability needs pr This bug needs a PR and is used to prioritize issues
Projects
None yet
Development

No branches or pull requests

2 participants