Event Dime
Can't connect with database because of SSL problem
Events
- When:
- May 28, 2026 · 7:46 PM
- Where:
- Metabase Discussion
- Source:
- Metabase Discussion
I’ve been trying to connect with mongo using docker compose with mongo+metabase and it doesn’t work, only when I point to v0.46. Looks like with versions v0.50+ th emetabase MongoDB Java driver got upgrade from 3.x to 4.x/5.x with this it attempts TLS negotiation first, even with ssl=false. This way I am unable to connect it locally for testing purposes. Any advice?