-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: CI, Connectivity
-
None
-
2
-
Not Needed
-
Iteration Juravenator
SERVER-72839 changes TLS behavior so that without specifying --tlsAllowConnectionsWithoutCertificates, clients can no longer connect without their own certificate.
This makes our e2e test currently fail for latest-alpha server builds. Fixing this should be straightforward (add that option to the list of server options) but also presents an opportunity to remove handling for pre-4.2 servers in our e2e tests.
- is caused by
-
SERVER-72839 Server skips peer certificate validation if neither CAFile nor clusterCAFile is provided
- Closed