From c45a316008fa6824eda871aabd471990f234b757 Mon Sep 17 00:00:00 2001 From: Esteban Garcia Date: Fri, 1 May 2020 20:12:20 -0500 Subject: [PATCH] Update proxy documentation --- doc/xmlConfigFile.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index 5edb701..aebd65d 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -186,7 +186,9 @@ For target servers using the HTTPS transfer protocol it is necessary, that the C By default, the `download` command does not fail the service startup if the operation fails (e.g. `from` is not available). In order to force the download failure in such case, it is possible to specify the `failOnError` boolean attribute. -To specify a custom proxy you can put your proxy URL in the parameter `proxyServer`. +To specify a custom proxy use the parameter `proxy` with the following formats: +- With credentials: `http://USERNAME:PASSWORD@HOST:PORT/`. +- Without credentials: `http://HOST:PORT/`. Examples: @@ -195,14 +197,15 @@ Examples: - + - ```