There's a major bug in documentation, where it says
Both
ssl.key-store-password
andssl.key-password
require explicit configuration. Even if you did not configure both values in theserver.xml
file, values for both entries need to be explicitly set inbitbucket.properties
to secure Bitbucket with SSL.
As the matter of fact you should not set server.ssl.key-password if you didn't use them in server.xml as it will fail the server to start with java.security.UnrecoverableKeyException: Cannot recover key
Hey Marcin, I'm not sure what the scinario was that you ran into, but this line should be correct. We added this line because when migrating server.xml settings, if server.xml only had keystorePass, springboot may require both key-store-password and key-password to be specified, if both values are other than the default changeit.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.