Skip to content

Is there anyway to turn off SSL verifcation? #230

Description

@goberlan

I use a corporate jira server and there is really no need for SSL verification (just as you can with python jira libs). I was trying to use org-jira and it was failing to get my jira issues, and I finally figured out it was because request.el was using SSL. I disable the verification and it works.

I am not elisp savvy enough to make a PR, but this is the line I changed:

(list "--silent" "--location"

I added "-k" before the "--silent".

If there is not already an option to disable SSL verification, can it be added?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions