• Alon Bar-Lev's avatar
    Allow to disable SSL client authentication on the management port · 108f2841
    Alon Bar-Lev authored
    When server and management are at different ports, and when server
    requires TLS client authentication, then there is no simple method to
    disable TLS client authentication for management port.
    
    This commit adds an additional "none" option to ssl.client-auth.
    
    Example:
    
        server.port=8080
        server.ssl.enabled=true
        server.ssl.client-auth=need
        management.server.port=8081
        management.server.ssl.enabled=true
        management.server.ssl.client-auth=none
    
    See gh-14985
    108f2841
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...