-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 5.1.3
-
Component/s: None
-
None
-
Severity 3 - Minor
Summary
The SSL/TLS settings for the Mail server configuration are reported as false when checked but read-only.
Steps to Reproduce
- In the "Mail server configuration screen" (<Bitbucket url>/admin/mail-server), select SMTPS as protocol
- The SSL/TLS setttings are checked by default:

- The SSL/TLS setttings are checked by default:
- Create a Support Zip (including the application.xml file)
Expected Results
The related settings are marked as true in the application.xml file:
<use-tls-for-mail>true</use-tls-for-mail>
<require-tls-for-mail>true</require-tls-for-mail>
Actual Results
The related settings are marked as false in the application.xml file:
<use-tls-for-mail>false</use-tls-for-mail>
<require-tls-for-mail>false</require-tls-for-mail>
Workaround
- Keep in mind that the settings are true by default