Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.2.1
-
None
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"
Attachments
Issue Links
- relates to
-
CONJ-848 Pool correction for java 7 connection branch
- Closed