MongoDB version: 4.2.x
Platform: Windows
The deprecated net.ssl.clusterCertificateSelector cannot be used in MongoDB v4.2 on Windows Server. The server will fail to start with an error message Unrecognized option: net.ssl.clusterCertificateSelector.
Please add this net.ssl.clusterCertificateSelector parameter and all the missing deprecated net.ssl.* parameters to the future release of MongoDB v4.2.
This is similar to SERVER-37222.