Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dirkronsmans opened this issue Feb 4, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@dirkronsmans
Copy link

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)

@cemkucuk cemkucuk added the bug Something isn't working label May 21, 2020
@ghost
Copy link

ghost commented Nov 23, 2022

Hi @dirkronsmans, you can track the progress about the issue from this ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants