I want to add an SSL certificate to my MongoDB server to have an extra level of security. But with the SSL certificate, it is impossible to connect with “MongoDBCompass”. The logs of the connection attempt are : mongodb-mongo-1 | {“t”:{“$date”:”2022-05-07T07:38:56.050+00:00″},”s”:”I”, “c”:”NETWORK”, “id”:22943, “ctx”:”listener”,”msg”:”Connection accepted”,”attr”:{“remote”:”<MY IP>:60502″,”uuid”:”a98dee89-7d5f-443f-965e-1e28ebfce4f7″,”connectionId”:52,”connectionCount”:1}} mongodb-mongo-1 | {“t”:{“$date”:”2022-05-07T07:38:56.072+00:00″},”s”:”I”, “c”:”NETWORK”, “id”:22944, “ctx”:”conn52″,”msg”:”Connection ended”,”attr”:{“remote”:”<MY IP>:60502″,”uuid”:”a98dee89-7d5f-443f-965e-1e28ebfce4f7″,”connectionId”:52,”connectionCount”:0}} mongodb-mongo-1 … Read more