[CONJ-639] enabledSslProtocolSuites does not include TLSv1.2 by default Created: 2018-08-28 Updated: 2020-12-10 Resolved: 2018-09-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | configuration |
| Affects Version/s: | 2.2.1 |
| Fix Version/s: | 2.3.0, 1.7.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Art O Cathain | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It is strange and inconvenient that enabledSslProtocolSuites is set to "TLSv1, TLSv1.1" by default. These versions of TLS are being deprecated in favour of TLSv1.2. If you're not familiar with the driver's configuration options it can take a while to figure out why you can't connect to a database that is enforcing v1.2 Ideally the default value would be "TLSv1, TLSv1.1, TLSv1.2" |
| Comments |
| Comment by Diego Dupin [ 2018-08-28 ] |
|
This is initially due because of I agree that this limitation now must now be removed from connector. |