Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#f9ecc5

The error could be caused if the SSL certs are not trusted by Confluence Tomcat application.

Solution

  1. We need to get a copy of the SSL certs and install it into Confluence used Java cacerts using keytool.

    Syntax to import certs into JAVA CACERTS

    Code Block
    keytool -import -trustcacerts -keystore <cacerts path> -storepass <password> -noprompt -alias <alias-name> -file <cert_file_path>

Info