Summary
Deactivating certificate validation for LDAP authentication also deactivates the validation for other use cases.
Impact
This issue only impacts servers running Mastodon versions < 4.6 that use LDAP authentication and set the environment variable LDAP_TLS_NO_VERIFY to true.
On these servers, certificate validation is disabled globally, so all requests made from web processes (puma) will not verify SSL certificates. Background jobs (sidekiq) are not affected.
Patches
This issue has been fixed in version 4.4.19 and 4.5.12 respectively.
Summary
Deactivating certificate validation for LDAP authentication also deactivates the validation for other use cases.
Impact
This issue only impacts servers running Mastodon versions < 4.6 that use LDAP authentication and set the environment variable
LDAP_TLS_NO_VERIFYtotrue.On these servers, certificate validation is disabled globally, so all requests made from web processes (puma) will not verify SSL certificates. Background jobs (sidekiq) are not affected.
Patches
This issue has been fixed in version 4.4.19 and 4.5.12 respectively.