]> granicus.if.org Git - pdns/commitdiff
Add documentation about using stunnel.
authorPatrick Cloke <clokep@patrick.cloke.us>
Mon, 12 Oct 2015 12:28:04 +0000 (08:28 -0400)
committerPatrick Cloke <clokep@patrick.cloke.us>
Mon, 12 Oct 2015 12:29:02 +0000 (08:29 -0400)
docs/markdown/authoritative/backend-remote.md

index 444f28e8f044a72ddc37bcef150d63be6eb9de53..9c6cf6f5d4bb12debc95b84e36e41c6e01f07484 100644 (file)
@@ -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)