Skip to content

jiraServiceDeskActionExecutor.py: ability to ignore SSL Certificate/Set local keystore #15

@dirkronsmans

Description

@dirkronsmans

Due to a SelfSigned certificate and a netscaler stripping certain items we had the issue that the JSD certificate was not trusted.

To set this to a correct local truststore I would suggest to add a parameter in this script to either set the correct store or to disable the verification.

e.g.
response = requests.post(result_url, data=json.dumps(content_params), headers=headers, auth=token, timeout=timeout, verify=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions