floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

Added strictSSL option #145

Closed MrRefactoring closed 5 years ago

MrRefactoring commented 5 years ago

Fixes for #141 and mayby for #132

Test required. Please install with this command: npm i https://github.com/floralvikings/jira-connector.git#features/sslStrict

Code for test:

const jira = new JiraClient({
    protocol: 'https',
    host: '',
    username: '',
    password: '',
    apiVersion: '2',
    strictSSL: false
})