[MXS-650] Connection attempt w/o SSL to SSL service gives confusing error Created: 2016-03-29 Updated: 2016-11-03 Resolved: 2016-11-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 2.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A connection attempt not using SSL to a service that uses SSL gives this confusing error message: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 2 "No such file or directory" The error message should instead say that SSL is required or should simply give an "Access denied" error as the server would do. |
| Comments |
| Comment by markus makela [ 2016-11-03 ] |
|
The packet sequence number that MaxScale sent was wrong. This has been fixed for 2.1. |