You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello,
I'm a new comer to JIRA.
I've been asked to determine if the JIRA products we have installed : JIRA, Confluence, etc will work with ONLY TLS 1.2 enabled.
i.e. will they break if we disable TLS 1.0 and 1.1 ?
Thanks,
How specifically does one change this? i am trying to deactivate tls 1.0 and 1.1 which jira was found to be running by security audit. i attempted to change the server.xml file located at
c:\Program Files\Atlassian\JIRA\conf\server.xml
to
sslProtocol="TLSv1.2+TLSv1.3" (was previously just the string TLS)
but this does not work after restarting the service. TLS 1.0 and 1.1 are still advertised. Please advise if you know a way to change this. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry i replied to the wrong thread here, and cant figure out how to delete it. link to other thread which is more appropriate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to also add the Connector attribute:
sslEnabledProtocols="TLSv1.2+TLSv1.3"
This will determine what TLS versions are available to use.
Ed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should work. JIRA and other major Atlassian products are using already Java 8 that is adding TLSv1.2 support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.