-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Documentation
-
None
-
Minor Change
Description
https://mongodb.github.io/mongo-java-driver/3.7/driver/tutorials/ssl/#jvm-support-for-tls-v1-1-and-newer explains which Java versions support which TLS versions and which are default.
Customers interested in compliance, may want to force only TLS 1.2 from their app, such as in the example in JAVA-2486.
I propose a new section at the bottom headed "Forcing TLS 1.2" with the code snippet and caveats about Java updates from the previous section.
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
- depends on
-
JAVA-2244 Allow TLS 1.2 SSL connections with MongoDB and JDK 7
- Closed