Skip to content

Connection using SSL even though I have SSL set to false in options #848

Closed
@ym-mqual

Description

@ym-mqual

Stems from line 44 in the connection-parameters.js. I corrected it as follows:

OLD: config.ssl || useSsl(); -this is a problem if you send in false.
CORRECTED: this.ssl = typeof config.ssl === 'undefined' ? useSsl() : config.ssl;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions