floralvikings / jira-connector

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

Access Jira server with self-signed certificate #252

Open wollud1969 opened 4 years ago

wollud1969 commented 4 years ago

I suppose using strictSSL I can disable certificate verification completely. But is it also possible to handover a dedicated CA to verifiy against? tls_connect and tls.createSecureContext are naming a property ca to hand it in. Can I use this mechanism with the jira connector too?