-
Bug
-
Resolution: Unresolved
-
Major
-
26.0.x
-
None
-
False
-
-
False
-
-
From RHBK 26, certificate and key reloading feature is added.
By default this reloads the certificate and key file every 1 hour, but due to this bug in Quarkus, mTLS stop functions after the first reloading.
Workaround:
Configure `https-certificates-reload-period=-1` to disable the reloading.
Quarkus tracker: https://github.com/quarkusio/quarkus/issues/45565
This will be implicitly fixed in RHBK 26.2 which will use newer Quarkus version.