oec-scripts icon indicating copy to clipboard operation
oec-scripts copied to clipboard

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

Open dirkronsmans opened this issue 5 years ago • 1 comments

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)

dirkronsmans avatar Feb 04 '20 10:02 dirkronsmans

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

ahalac-atlassian avatar Nov 23 '22 13:11 ahalac-atlassian