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

0 votes
Sunny Ape
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events