You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if Zilla is misconfigured to use an alias that doesn't exists in the the FileSystem vault truststore, we get a weird SSL debug exception only: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Zilla should log if the certification for the configured alias is not found in the truststore.
(Only log in debug mode)
The text was updated successfully, but these errors were encountered:
Currently if Zilla is misconfigured to use an alias that doesn't exists in the the FileSystem vault truststore, we get a weird SSL debug exception only:
java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Zilla should log if the certification for the configured alias is not found in the truststore.
(Only log in debug mode)
The text was updated successfully, but these errors were encountered: