|
Table 1 – Description of the table fields
Field name | Description |
---|---|
Proxy server mode | . Valid values:
|
Address of the proxy server | Used only if the ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in Http or HttpNtlm. |
Proxy server port | Used only if the parameter ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in Http orHttpNtlm. |
User name for the proxy server | User name for the proxy server. Used only if the ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in System or Http. |
User password for the proxy server | User password for the proxy server. Used only if the ”/fileGateway/wsl/proxy/@mode” parameter is indicated in in Systemor Http. |
Для сохранения указанных параметров необходимо нажать кнопку Сохранить (рис. 1,4) и перезапустить службу.
To navigate to the file svc.config you need to paste %LOCALAPPDATA% into the Windows Explorer and press Enter on the keyboard,then go to the installation folder NSD.FileGateway.
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="None" /> </wsl> ... </fileGateway> |
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="System" /> </wsl> ... </fileGateway> |
If it is necessary to specify username and password for authentication on the proxy server, additional parameters are specified:
<fileGateway> ... <wsl ... > <proxy ... username="USERNAME" password="PASSWORD" /> </wsl> ... </fileGateway> |
“System” mode does not support authentication via a domain user (see HTTP proxy with domain user authentication).
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="Http" /> </wsl> ... </fileGateway> |
If it is necessary to specify username and password for authentication on the proxy server, additional parameters are specified:
<fileGateway> ... <wsl ... > <proxy ... username="USERNAME" password="PASSWORD" /> </wsl> ... </fileGateway> |
The parameter should be indicated in the svc.config configuration file:
<fileGateway> ... <wsl ... > <proxy mode="HttpNtlm" /> </wsl> ... </fileGateway> |
The HttpNtlm mode does not allow to specify the user for authentication. It will use the user, on behalf of which the file gateway is being run.