BAD_MAGIC Error when Adding Trusted Application Integration to JIRA

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

tip/resting Created with Sketch.

This KB pertains to JIRA 2.1 or earlier.


No issue results are returned from a {jiraissues} macro. When adding a trusted application, the error appears in the JIRA log:

2010-02-23 11:28:52,280 http-80-Processor145 ERROR [security.auth.trustedapps.BouncyCastleEncryptionProvider] java.lang.SecurityException: JCE cannot authenticate the provider BC
2010-02-23 11:28:52,280 http-80-Processor145 WARN [atlassian.seraph.filter.TrustedApplicationsFilter] Failed to login trusted application: confluence:10931266 due to: com.atlassian.security.auth.trustedapps.InvalidCertificateException: BAD_MAGIC;	Unable to decrypt certificate {0} for application {1};	["secret key","confluence:10931266"]

原因

JIRA cannot find Bouncy Castle security provider jar to the application server classpath. See JRA-1401 for more details.

ソリューション

Add BouncyCastle Cryptography provider in Java. See the randombugs instructions.

または

Add bcprov-jdk14-138.jar to the <confluence-install>/lib directory.

最終更新日 2018 年 11 月 12 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.