if (this.cfg.check.mismatch !== undefined && !this.cfg.check.mismatch) {
        this.logerror('deprecated setting mismatch renamed to host_mismatch');
        this.cfg.check.host_mismatch = this.cfg.check.mismatch;
    }