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,
oops
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.