Skip to content

Is there anyway to turn of SSL verifcation? #230

@whompyjaw

Description

@whompyjaw

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?

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