Dockerfiles icon indicating copy to clipboard operation
Dockerfiles copied to clipboard

Add support for disabling certificate validation in Spring Boot Admin

Open TimHess opened this issue 11 months ago • 1 comments

In order to work around certificate trust issues, particularly of the ASP.NET Core dev certs, it would be nice to be able to turn off certificate validation in Spring Boot Admin. There is no built-in feature, so it looks like it'll take custom code

TimHess avatar Dec 18 '24 14:12 TimHess

Aspire goes a step further by mounting the ASP.NET dev cert in the docker container.

bart-vmware avatar Dec 19 '24 10:12 bart-vmware