Installing a new certificate and the password has failed due to special characters being part of the password. Since we have another team providing the certificate along with the password, need to provide them password requirements to avoid having to recreate them. We have two passwords fails due to having '&' and '<' as part of it.
So trying to figure out what are the Keystorepass password format requirements, as to what's allowed or not?
I think you're bumping up against needing to encode those special characters as XML entities within the confluence.cfg.xml file. It's not a Confluence requirement but an aspect of the XML format.
So, within your <Connector> element, encoding a raw value of "p&ssword<" in keystorePass attribute would look like:
keystorePass="p&ssword<"
Thanks, after doing some research...that's what I've concluded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.