View Revisions: Issue #1216

Summary 0001216: Fix SSL keystore read error
Revision 2022-06-01 18:36 by rijkr
Description IST: When reading the keystore holding an existing SSL certificate an error occurs: "Get Key failed: Given final block not properly padded".
SOLL: When reading the keystore, setKeyManagerPassword from "server.ssl.key-password" if it's set and different from "server.ssl.keystore-password".
Revision 2022-03-04 12:46 by rijkr
Description IST: When reading the keystore holding an existing SSL certificate an error occurs: "Get Key failed: Given final block not properly padded".
SOLL: When reading the keystore use setKeyStorePassword only, do not setKeyManagerPassword.
Revision 2022-03-04 12:28 by rijkr
Description IST: When reading the keystore holding an existing SSL certificate an error occurs: "Get Key failed: Given final block not properly padded".
SOLL: When reading the keystore, setKeyStorePassword only, do not setKeyManagerPassword.