Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet Proxy Authentication
-
Hi,
Is ProGet able to use the windows proxy for authentication?
Basically, is it able auto discover the proxy being used by the Windows OS?I do see there is a setting 'Use Windows Proxy Settings'
thanks
-
@forbzie22_0253 when you select "Use Windows Proxy Setting", then ProGet will use the proxy that's configured for the operating system. You can select/set this on the Proxy Settings page.
-
So since Proget runs under the NetworkService account, I assume that if Proget uses 'Use Windows proxy settings' then it should be able to authenticate via the proxy as this account using Kerberos?
As I understand, the NetworkService account presents the computers credentials to remote servers.
Also, can the proxy settings be configured programmatically?
thanks
-
@forbzie22_0253 setting the proxy programmatically is not something we currently support or document at this time, but if you're dedicated you could use native API to the newly-developer settings API:
https://github.com/Inedo/pgutil/blob/thousand/pgutil/Settings/ListCommand.csIt's configured via values in the
Configuration
table.