IBM mongoDB connection

Helo everyone,
is is possible to connect metabase to an mongoDB IBM on cloud, my friend told me that there will be a probléme with ssl certification.

Hi I have been trying to connect since 2 days. And this is not working for me.
I have tried to play around with the SSL given by the IBM databases for mongo, but it hasn’t helped
So far I have referred to -

https://www.metabase.com/docs/latest/administration-guide/databases/mongodb (edited)

http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/connecting/ssl/

https://github.com/metabase/metabase/issues/3877 (edited)

Basically importing the IBM cert in the Java Keystore and rerunning Metabase as
java -Djavax.net.ssl.trustStore=cacerts.jks -Djavax.net.ssl.trustStorePassword=changeit -jar metabase.jar