mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
This commit polishes b0fbc7e, throwing an exception when an attempt is made to configure management-specific SSL without also configuring a custom management port. The testing of management-specific SSL configuration has also been improved. See gh-6057 Closes gh-4810