Skip to content

Proxy support #124

@2xyo

Description

@2xyo

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!

Metadata

Metadata

Assignees

Labels

enhancementThis will introduce or improve an already existing capabilityneeds prThis bug needs a PR and is used to prioritize issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions