You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error "Management-specific SSL cannot be configured as the management server is not listening on a separate port" when "management.ssl.enabled=false" #9423
spring-boot/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.java in master only checks that the property management.ssl.enabled exists (line 153) instead of actually checking if it is also true.
Failed my application where I had this property set to false for testing due to different environments (test vs. production)