ClassCastException reloading https truststore #45723
Labels
area/vertx
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
With reload enabled a class cast exception will be seen if the configurion sets a pkcs12 truststore and an https key / cert files.
See keycloak/keycloak#36584
Expected behavior
The reload should work.
Actual behavior
At the reload interval, we see:
How to Reproduce?
This will happen with a configuration like:
quarkus.http.ssl.certificate.reload-period=1m
quarkus.http.ssl.certificate.trust-store-file=trust.p12
quarkus.http.ssl.certificate.trust-store-password=password
quarkus.http.ssl.certificate.files=cert
quarkus.http.ssl.certificate.key-files=key
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.15.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: