Skip to content

Commit

Permalink
Add doc about jira.verify_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mavant committed Jan 7, 2015
1 parent 3735446 commit ec8b773
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bugwarrior/docs/services/jira.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ configuration option to your service configuration::

jira.version = 4

Disabling SSL Verification
++++++++++++++++++++++++++

If your Jira instance is only available over HTTPS, and you're running into
``SSL: CERTIFICATE_VERIFY_FAILED``, it's possible to disable SSL verification::

jira.verify_ssl = False

Import Labels as Tags
+++++++++++++++++++++
Expand Down

0 comments on commit ec8b773

Please sign in to comment.