From 57e6ced8cad85dccce660f68c2d669ad78241196 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 16 Apr 2018 16:26:45 +0000 Subject: [PATCH] Correct enable_tls_websocket in config template Use the correct name for enable_tls_websocket in the mosquitto.conf template instead of the previously incorrect enable_websocket_tls. Change-Id: Ia167130e416e3f2cc583a79ff2af4cd2eddc572a --- templates/mosquitto.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mosquitto.conf.erb b/templates/mosquitto.conf.erb index 39394fc..7ffc4f1 100644 --- a/templates/mosquitto.conf.erb +++ b/templates/mosquitto.conf.erb @@ -293,7 +293,7 @@ listener <%= @websocket_port %> protocol websockets # Encrypted http websocket port -<% if @enable_websocket_tls -%> +<% if @enable_tls_websocket -%> listener <%= @websocket_tls_port %> cafile /etc/mosquitto/ca.crt certfile /etc/mosquitto/server.crt