I have a Windows server running an agent which sits behind a proxy that requires username and password authentication. When I perform a "puppet agent -t" run, I am am getting 407 Proxy Authentication errors.
However, if I configure the agent to use a proxy that doesn't require authentication I get a successful run.
I am try to find out if proxy authentication is supported in the Windows client/agent.
Here is the configuration I am using:
Puppet Client v3.8.2
Puppet Config:
[main]
server=puppet.domain.com
pluginsync=true
autoflush=true
environment=production
masterport = 443
ca_server = puppetca.domain.com
stringify_facts = false
pluginsync_facts = true
[agent]
http_proxy_host = proxy.domain.com
http_proxy_port = 8080
http_proxy_user = proxyuser
http_proxy_password = proxypassword
report = true
certificate_revocation = false
Thank you for any help provided.
↧