mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Setting spring.ldap.embedded.ssl.enabled without an SSL bundle started a plain LDAP listener silently. It now fails at startup as a bundle is required to provide the server's certificate and private key. Closes gh-51471