Hello,
I'm experiencing issues with JiraCloud API call Endpoint:
https://abcd.atlassian.net/rest/api/2/issue
Every time I make the request it is not finalized because it was not able to create a secure SSL/TLS channel
I would like to know how do I skip this check directly in the API
Scenario, I need to create a card in Jira in an automated way, and this API does this function, but we are using an old and discontinued platform to make this request and there is no SSL option, I would like to know if there is any way to get around this through the body, header or url
I would like to know how do I skip this check directly in the API
You can't. All communications with the REST API happens over SSL / TLS, and can't be 'skipped'.
Google 'jira cloud rest api TLS version' to see the list of TLS versions supported. You need at least TLS 1.2 for Jira Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.