-
Bug
-
Resolution: Fixed
-
Highest
-
6.7.0
-
15
-
Severity 2 - Major
-
102
-
Problem Definition
Currently TLS1.1 is used when email notifications are sent from Bitbucket to Office365, as Office365 incorrectly handles protocol negotiation when SSLv2Hello is a client-supported protocol.
If using Java 11, this causes an exception due to the protocol being downgraded, and emails are not able to be sent at all.
Office 365 will deprecate definitively TLS 1.0 and TLS 1.1 soon.
Suggested Solution
Remove SSLv2Hello from the supported mail protocols Bitbucket Mail Server SMTP Protocol.
Workaround:
- Ensure that SSLv2Hello is not part of the supported mail protocols by adding the following setting to bitbucket.properties:
mail.crypto.protocols=TLSv1.2
- Restart Bitbucket
- is incorporated by
-
BSERV-12374 Java 11 TLS 1.3 problems
-
- Closed
-
- duplicates
-
BBSDEV-23180 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
Hi Ben Humphreys,
Thx for clarification. Now I understand what LTS in Atlassian means.
Link to article explain it better when I compare it to short info under question mark next to the version.