mikemuske opened a new issue, #3639: URL: https://github.com/apache/bookkeeper/issues/3639
**BUG REPORT** ***Describe the bug*** ServerConfiguration.getHttpServerTrustStorePassword() returns value of HTTP_SERVER_KEY_STORE_PASSWORD. Instead it should return the value of HTTP_SERVER_TRUST_STORE_PASSWORD. ***To Reproduce*** Steps to reproduce the behavior: 1. Set the following properties, specifying different key store and truststore files with different passwords: httpServerTlsEnable=true httpServerKeyStorePath httpServerKeyStorePassword httpServerTrustStorePath httpServerTrustStorePassword 2. Start bookkeeper and observe the truststore password is incorrect. ***Expected behavior*** The truststore should be unlocked with its password. ***Screenshots*** N/A ***Additional context*** N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
