floralvikings / jira-connector

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

config: strictSSL param #174

Closed gioboa closed 5 years ago

gioboa commented 5 years ago

Hi, in this commit strictSSL param was added. Now I figure out the case if I want pass strictSSL = undefined (aka not pass the param). In http/https request if I don't pass the strictSSL param is equal to strictSSL = true? Thanks 👍

MrRefactoring commented 5 years ago

Hi! Hm you're right

MrRefactoring commented 5 years ago

Fixed in version 2.15.6. Thank you for contribution