-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Configuration
-
None
-
(copied to CRM)
-
Fully Compatible
See DRIVERS-557 for details.
New options required in the Java driver:
- tls
- tlsAllowInvalidHostnames
- tlsInsecure (document as synonymous with tlsAllowInvalidHostnames, as that's the only thing we can turn off in the driver itself)
Options the driver can't implement (Because TLS is configured in Java via system properties. Applications that want this behavior have to configure either those system properties or provide a custom SslContext to the driver via settings):
- tlsAllowInvalidCertificates
- tlsCAFile
- tlsCertificateKeyFile
- tlsCertificateKeyFilePassword
Options where the driver's default is different that the specification's default: None
- is depended on by
-
DRIVERS-557 Implement Unified URI Options
- Development Complete