Description
The socketFactory used to be the only way to configure SSL via MongoClientOptions, but since then we've added sslEnabled, sslInvalidHostNameAllowed, and sslContext, so it's not clear there is any longer a need for the socketFactory.
The socketFactory used to be the only way to configure SSL via MongoClientOptions, but since then we've added sslEnabled, sslInvalidHostNameAllowed, and sslContext, so it's not clear there is any longer a need for the socketFactory.