summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-29 16:47:06 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-29 16:47:06 -0400
commit736002099098b9e044000dd02f359182c4043ef8 (patch)
treee3e365dc770f6b2a6e900b70ede52cf025b3b44a /www/js/MenuController.js
parent2ec04875077ddde824f3d051cd184349960cfa75 (diff)
certificate fixes
Diffstat (limited to 'www/js/MenuController.js')
-rw-r--r--www/js/MenuController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js
index 1ab7a6fa..52ab51ac 100644
--- a/www/js/MenuController.js
+++ b/www/js/MenuController.js
@@ -91,7 +91,7 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io
cordova.plugin.http.useBasicAuth(loginData.basicAuthUser, loginData.basicAuthPassword);
}
- if (loginData.enableStrictSSL) {
+ if (!loginData.enableStrictSSL) {
//alert("Enabling insecure SSL");
NVRDataModel.log(">>>> Disabling strict SSL checking (turn off in Dev Options if you can't connect)");