Update handling of https info on restart if failure

This commit is contained in:
BWS Systems
2019-07-25 13:20:43 -05:00
parent 5c2d30e24b
commit d014240fba
4 changed files with 31 additions and 11 deletions

View File

@@ -598,7 +598,12 @@ public class SystemControl {
log.warn("Error pinging listener. " + e.getMessage());
}
}
public String removeHttpsSettings() {
bridgeSettings.getBridgeSecurity().removeHttpsSettings();
return stop();
}
public String reinit() {
bridgeSettings.getBridgeControl().setReinit(true);
pingListener();