Currently, when working with a JKS type SSL Bundle and specifying a KeyStore that contains multiple certificates, alias based choosing does not work for client certificates.
I had attempted to address this with #49838, however, we came across the realization that this change requires more planning and isn't as simple as it was expected to be.
This repository contains an example of the wrong behavior: https://github.com/MezinK/spring-boot-mtls-demo
Currently, when working with a JKS type SSL Bundle and specifying a KeyStore that contains multiple certificates, alias based choosing does not work for client certificates.
I had attempted to address this with #49838, however, we came across the realization that this change requires more planning and isn't as simple as it was expected to be.
This repository contains an example of the wrong behavior: https://github.com/MezinK/spring-boot-mtls-demo