[CONJ-858] Properties parameter different than string not taken in account Created: 2021-02-15 Updated: 2021-05-12 Resolved: 2021-02-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | configuration |
| Affects Version/s: | None |
| Fix Version/s: | 2.7.3, 3.0.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Henry Hwang (Inactive) | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The published doc https://mariadb.com/products/skysql/docs/clients/mariadb-connector-j-for-skysql-services/ has the code snippet where it shows: connProperties.put("user", "db_user"); The value for the useSSL parameter isn't in quotes. This generates a bad handshake error:
When the value is in double-quotes, the JDBC connection works. |
| Comments |
| Comment by Diego Dupin [ 2021-02-22 ] | ||||
|
is ok,
useSSL will not be enable, without any error. | ||||
| Comment by Diego Dupin [ 2021-02-22 ] | ||||
|
asked for documentation change in https://mariadb.com/products/skysql/docs/clients/mariadb-connector-j-for-skysql-services/ as well for compatibility before 2.7.3 version |