From 6122fd12cf9a2dd329921590c73ab9a91f931e97 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 12 Oct 2015 08:28:04 -0400 Subject: [PATCH] Add documentation about using stunnel. --- docs/markdown/authoritative/backend-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index 444f28e8f0..9c6cf6f5d4 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -59,7 +59,7 @@ HTTP connector tries to do RESTful requests to your server. See examples. You ca URL should not end with /, and url-suffix is optional, but if you define it, it's up to you to write the ".php" or ".json". Lack of dot causes lack of dot in URL. Timeout is divided by 1000 because libcurl only supports seconds, but this is given in milliseconds for consistency with other connectors. -HTTPS is not supported. HTTP Authentication is not supported. +HTTPS is not supported, [stunnel](https://www.stunnel.org) is the suggested workaround. HTTP Authentication is not supported. ### ZeroMQ connector parameters: endpoint, timeout (default 2000ms) -- 2.47.2