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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Since Microsoft turns off TLS 1.0 and TLS 1.1, I need to change these settings in Jira's Desktop. Where do I do it?
POP3 and Imap will be turn off if you are using O365.
Best Regards
Hey Mikael,
Thanks for reaching out ahead of time to prepare for Microsoft's deprecation of TLS 1.0 and 1.1 for email connections to Office 365. After June 2020 when TLS 1.0 and 1.1 will be rejected on Microsoft's side, POP3 and IMAP will continue working if they're handled over TLS 1.2.
In Jira Server, some extra configuration is needed to enable TLS 1.2 for incoming and outgoing mail. In order to apply these settings, you'll need to be running Jira on Java 8 or above. If you're not sure about this, you can use Jira's System Information Page to determine which version of Java you're running under. Again, you want Java 8 or above in order to apply these settings. Most installations of Jira should be fine, although you may find Java 7 in very old versions of Jira or servers that were set up a long time ago.
-Dmail.imaps.ssl.protocols="TLSv1.2"
-Dmail.smtp.ssl.protocols="TLSv1.2"
After this, Jira should negotiate a TLS 1.2 connection with Office 365!
Cheers,
Daniel
Atlassian documentation reference: JIRA Mail initiates TLSv1 connection only
Hi Daniel Eads,
We are using Jira service desk = no server where I can do any changes! Sorry about not writing that in to the question. All that we have is a web login.
I can see that the mail addresses that we are using accessing 0365 using TLS 1.0.
So do you have a soultion for me, when you have this new parameters?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mikael,
Not sure if this helps. Here's what I've done to get email working between Office 365 and Jira Service Desk Cloud edition, and hopefully, I'm not anticipating and issues when MS deprecate the support for TLS 1.0.
I think the selection for SECURE_IMAP automatically ensures port 993 is set.
And that should be it.
regards
Dieter
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.