The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Skip SSL verification

Leandro Feder
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 6, 2024

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

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
August 6, 2024

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.

TAGS
AUG Leaders

Atlassian Community Events