Unable to create Application Link with SSL
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Problem
Unable to create Application Link to other application with SSL
The following appears in the atlassian-bamboo.log
2015-11-18 11:02:00,205 http-apr-443-exec-2 ERROR klfoong 662x542x1 1f1mlgx 172.17.4.8 /rest/applinks/3.0/applicationlinkForm/manifest.json [c.a.a.c.rest.ui.CreateApplicationLinkUIResource] ManifestNotFoundException thrown while retrieving manifest
com.atlassian.applinks.spi.manifest.ManifestNotFoundException: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Cause
The JVM cannot find the javax.net.ssl.trustStore
required for SSL, or it does not contain the required certificates.
Resolution
Add the following Java option into Bamboo as shown in Configuring your system properties
-Djavax.net.ssl.trustStore=path\to\jdk\lib\security\cacerts
- Restart Bamboo