According to the MongoDB documentation it is supposed to be possible to connect via TLS where you specify the pem certificate by the tlsCAFile
parameter.
However I have not been able to use the client in such a manner that it is successful.
[Installing the certificate to the local store is NOT an option]
All the client provides as an error is a generic A timeout occured after 30000ms...
+ The remote certificate is invalid according to the validation procedure
regardless of what I've done. I have verified the server is accessible by MongoDB administrative tools by providing the cert explicitly to them.