-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.5rc1, 5.2.0beta1
-
Sprint 69 (Oct 2020)
-
0.125
Problem description: When the user is going through zabbix setup page, reaches the "Configure DB connection" view and sets "Database type" = Oracle, the "Database TLS encription" option still has a value of 1 and is being sent when submitting the form. As result, the user cannot proceed to the next view without changing the DB type to something else and unseting the checkbox.
Steps to reproduce:
- Configure Your zabbix installation to use an oracle database
- Open the setup page
- Open "Configure DB connection" view
- Set "Database type" = "Oracle", fill all required fields and press "Next step" button
Result: tls_encryption is sent as 1 in form data. As result, the following error is returned and the user cannot proceed to the next configuration view:
Secure connection for Oracle is not supported.
Expected: "tls_encryption" should always be sent as 0 when DB type is set to Oracle
- caused by
-
ZBXNEXT-6157 Improved setup page for the connection encryption between Frontend and Database
- Closed