-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 7.0.5
-
Component/s: None
-
Build
-
ALL
-
Debian 12 uses OpenSSL 3.0, not 1.1.1. However, MongoDB is still dependent on the old version of OpenSSL from Debian 11:
mongodb-org-server : Depends: libssl1.1 (>= 1.1.1)
From the control file inside the package:
Depends: libc6 (>= 2.30), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), liblzma5 (>= 5.1.1alpha+20110809), libssl1.1 (>= 1.1.1), adduser, tzdata
You can find the latest supported version of libssl here:
https://packages.debian.org/bookworm/libssl3
While Debian 12 is not listed here:
https://www.mongodb.com/docs/upcoming/core/security-transport-encryption/#std-label-transport-encryption
I would still expect the packages to install properly as the following ticket has been closed:
https://jira.mongodb.org/browse/SERVER-77231
and Debian 12 is listed in the Supported Platforms matrix:
https://www.mongodb.com/docs/manual/installation/#supported-platforms