We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
In line 67 of api.py, the option to specify certificate validation isn't included.
Attempt to disable certificate validation and then call create_case_task
return requests.post(req, headers={'Content-Type': 'application/json'}, data=data, proxies=self.proxies, auth=self.auth, verify=self.cert,)
N/A
The text was updated successfully, but these errors were encountered:
I see another similar bug on line 87 as well
Sorry, something went wrong.
FYI, I added a pull request to address this issue. #28
Yes this has been fixed by #28
Thanks
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
In line 67 of api.py, the option to specify certificate validation isn't included.
Steps to Reproduce
Attempt to disable certificate validation and then call create_case_task
Possible Solutions
return requests.post(req, headers={'Content-Type': 'application/json'}, data=data, proxies=self.proxies, auth=self.auth, verify=self.cert,)
Complementary information
N/A
The text was updated successfully, but these errors were encountered: