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