Skip to content

Error "Management-specific SSL cannot be configured as the management server is not listening on a separate port" when "management.ssl.enabled=false" #9423

@shmulika

Description

@shmulika

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions