I try to use SSL on spring boot 2.2.0 with embeded tomcat 9.0.26 but tomcat can not load JKS file stream closed.
Here is application properties:
serv
It is a regression introduced in Tomcat 9.0.25 that will be fixed in 9.0.27.
Thanks Pedro. I have the issue with Spring Boot 2.1.9.RELEASE and can confirm that it is resolved by downgrading to 2.1.8.
2.1.10.RELEASE also corrects the problem seen in 2.1.9.