From fe0b946d436f5b5eec71394fe2bea52306070505 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sun, 6 Oct 2019 01:32:03 +0100 Subject: [PATCH] Broker default to SSL now I feel a little better about this because we're asking our devices to download arbitrary data as the handbook, and I'd really prefer it not be MITMable by default. --- mobile/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/main/res/values/strings.xml b/mobile/src/main/res/values/strings.xml index 3a07989..266fa62 100644 --- a/mobile/src/main/res/values/strings.xml +++ b/mobile/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - tcp://ctfws-mqtt.cmukgb.org:1883 + ssl://ctfws-mqtt.cmukgb.org:8883 CtFwS Timer CtFwS Handbook -- 2.50.1