pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
282 stars 90 forks source link

Add ssl verify flag #23

Closed slash-zero closed 6 years ago

slash-zero commented 6 years ago

Adds new command line arguments --no-verify-ssl and --verify-ssl (is default behavior). You can now pass --no-verify-ssl and the jira requests won't fail instantly with self-signed or somewhat invalid certs.

pawelrychlik commented 6 years ago

@slash-zero thanks for contribution. It took me a while because of two reasons:

I might consider refactoring the parameter parsing in a way you suggested, but I'd rather migrate all commands at once, than go one by one.