This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch doc/repl-proxy in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 6584a5899f2a4210099987062275627bd038193a Author: Jan Lehnardt <[email protected]> AuthorDate: Tue May 20 12:25:49 2025 +0200 doc: add https to allowed replication proxy protocols --- src/docs/src/api/server/common.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/src/api/server/common.rst b/src/docs/src/api/server/common.rst index a06568273..a61afe1b2 100644 --- a/src/docs/src/api/server/common.rst +++ b/src/docs/src/api/server/common.rst @@ -716,11 +716,11 @@ :ref:`selector objects <selectorobj>` in replication documents. ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive. :<json string source_proxy: Address of a proxy server through which - replication from the source should occur (protocol can be "http" or - "socks5") + replication from the source should occur (protocol can be "http", "https", + or "socks5") :<json string target_proxy: Address of a proxy server through which - replication to the target should occur (protocol can be "http" or - "socks5") + replication to the target should occur (protocol can be "http", "https", + or "socks5") :<json string/object source: Fully qualified source database URL or an object which contains the full URL of the source database with additional parameters like headers. Eg: 'http://example.com/source_db_name' or
