Forums

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

How to disable tls 1.0 and enable/enforce tls 1.2 & 1.3 for jira

Melvin Ranasinghe
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!
February 21, 2023

I have a Jira Server that is running on windows. I want to disable tls 1.0 and enable/enforce tls 1.2 & 1.3 for Jira due to security reasons. What are the best practices for performing this task?

1 answer

1 vote
Nic Brough -Adaptavist-
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.
February 24, 2023

Welcome to the Atlassian Community!

Best thing to do is remove the TLS protocols from the list Tomcat supports.  Find the server.xml for the Tomcat Jira runs inside and edit it.  Find the "enabled protocols" line and remove TLS 1.0 and 1.1 from it, then restart the service.

Suggest an answer

Log in or Sign up to answer