[MXS-3446] SSL routines:ssl3_read_bytes:tlsv1 alert internal error Created: 2021-03-16 Updated: 2021-08-02 Resolved: 2021-08-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Maria M Pflaum | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following error occurs using Maxscale 2.5.6 after an upgrade. They did not occur when using maxscale 2.4.11. After upgrading to Maxscale 2.5.8 the errors stop, but after about 30 minutes they start again. They are using are using OpenSSL 1.0.2k-fips 26 Jan 2017 on all systems (Client, Maxscale; DB) |
| Comments |
| Comment by markus makela [ 2021-03-16 ] |
|
This is possibly caused by a client that is using either bad certificates or is requesting a TLS version that MaxScale either doesn't support or is configured to not accept. Is it possible to create a reproducible test case with certificates included? |
| Comment by Stephan [ 2021-03-22 ] |
|
The client use OpenSSL 1.0.2k-fips 26 Jan 2017, the highest available openssl-version on CentOS7. The error still exist. |
| Comment by Stephan [ 2021-03-25 ] |
|
We found the solution: |
| Comment by markus makela [ 2021-03-25 ] |
|
This would suggest there's something strange going on with the MySQL connector. Perhaps some combination of what the MySQL connector tries to use and what MaxScale uses causes these conflicts. At least we know it's not MaxScale alone since the MariaDB connector works as expected. Would you know which exact version of the connector is in use? |
| Comment by Stephan [ 2021-03-26 ] |
|
The application with the bug used com.mysql.jdbc.Driver version 5.1.43 We've another running application using mysql 8.0.21 without problems. |
| Comment by markus makela [ 2021-03-26 ] |
|
Do you mean the MySQL 8.0 JDBC driver? |
| Comment by Stephan [ 2021-03-26 ] |
|
mysql 8.0 is running without problems. |
| Comment by markus makela [ 2021-03-26 ] |
|
Have you tried if the latest 2.4 release works? The latest 2.4 and 2.5 should behave the same way with regards to SSL. |
| Comment by markus makela [ 2021-08-02 ] |
|
Closing as Cannot Reproduce as it seems unrelated to MaxScale itself. |