embedded tomcat 8 - Spring-boot Actuator SSL configuration -


i'm developing webapplication spring-boot using embedded tomcat. 1 of requirements of app 2-way ssl (clientauth).

enabling clientauth easy enough use spring-boot actuator management of app on different port without clientauth.

is there clean way this?

(disabling ssl on actuator endpoints enough)

according latest spring docs, can use

management.port=8080 management.ssl.enable=false 

in properties configure management ports. see production-ready-management-specific-ssl in spring boot doc more options.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -