From: Patrick Cloke Date: Mon, 12 Oct 2015 12:28:04 +0000 (-0400) Subject: Add documentation about using stunnel. X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6122fd12cf9a2dd329921590c73ab9a91f931e97;p=pdns Add documentation about using stunnel. --- diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index 444f28e8f..9c6cf6f5d 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)