From ca83ad21685a1c860cb7b168153b1aa6af6f9d52 Mon Sep 17 00:00:00 2001 From: Scott Carr Date: Mon, 28 Mar 2016 14:23:34 -0400 Subject: [PATCH] the property is called "tls" not "ssl" --- src/plugins/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tls.md b/src/plugins/tls.md index f0b11c5..4101e05 100644 --- a/src/plugins/tls.md +++ b/src/plugins/tls.md @@ -51,7 +51,7 @@ As specified on the [Server](../configuration/server.md) configuration section, ```Python [SERVER] - Listen 443 ssl + Listen 443 tls ``` With that setup, we have instructed that the Listener on TCP port 443 will use our TLS plugin that provides _ssl_ capabilities.