Using the latest version?
JFrog Platform User Guide


Skip to end of metadata
Go to start of metadata

Overview

In corporate environments it is often required to go through a proxy server to access remote resources.

Artifactory supports several types of network proxy including NTLMv2 (if running on Linux you may use NTLMv2 only with CNTLM).

Page Contents



Defining Proxies

To create a new proxy definition, in the Admin module go to Configuration | Proxies and click the "New" button.

Fields that are not required by the proxy may be left blank (for example, if you are not using authentication credentials or with an NTLM proxy you may leave the Username and Password fields blank).

Proxy Settings

Proxy Key
The unique ID of the proxy.
System Default

When set, this proxy will be the default proxy for new remote repositories and for internal HTTP requests issued by Artifactory.

When you set this checkbox, Artifactory displays a confirmation message and offers to apply the proxy setting also to existing remote repository configurations.

Host
The name of the proxy host.
Port
The proxy port number.
Username
The proxy username when authentication credentials are required.
Password
The proxy password when authentication credentials are required.
NT Host
The computer name of the machine (the machine connecting to the NTLM proxy).
NT Domain
The proxy domain/realm name.
Redirecting Proxy target Hosts

An optional list of newline or comma separated host names to which this proxy may redirect requests.

The credentials defined for the proxy are reused by requests redirected to all of these hosts.

Using proxies

Artifactory only accesses a remote repository through a proxy if one is selected in the Network section of the Advanced settings for a remote repository.

Whether this has been set manually, or by setting a System Default proxy as described above, you can override this by removing the Proxy setting for any specific repository.
In this case, Artifactory will access the specific repository without going through a proxy.







  • No labels