When viewing the dashboard, your browser reports the connection is not secure due to mixed content

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

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.

*Fisheye および Crucible は除く

問題

When viewing the dashboard over SSL, your browser may report that your connection is insecure due to mixed content.

This error message may occur when:

  1. Loading the dashboard
  2. Attempting to add a gadget to the dashboard

診断

環境

  • You use a secure connection to connect to JIRA. The SSL can be terminated at a reverse proxy or load balancer, or it can be directly terminated at Tomcat.

Diagnostic Steps

  • Using a HAR file, look for any requests being made to HTTP based addresses.

If you find any addresses that start with http://, you might be affected by this scenario.

原因

Content that is served from an HTTP address is not secure. When non-secure content is included in a page that is secure, the browser will warn you as that content may have been compromised by an attacker. For example, the Confluence Page Gadget has an old image from the Atlassian website that is served over HTTP. If the Confluence page gadget is present on the page, it can cause this mixed content message.

Other gadgets provided by third parties may also provide insecure content.

ソリューション

In the case of the Confluence Page Gadget, you can disable it from Confluence to prevent it being shown in JIRA:

  1. Log into Confluence as an Administrator
  2. Click Manage Addons
  3. Choose All from the drop-down, and Search for Gadgets Plugin
  4. Expand that plugin, and then click the link for the modules. It should show something like "x of y modules enabled"
  5. Find the Confluence News Gadget and disable that plugin

For third party subscriptions to gadgets, you can use the following steps to remove the subscription:

  1. Visit <jira-url>/plugins/servlet/gadgets/admin
  2. Click the Subscriptions tab
  3. Click Remove subscription next to the URL of the gadget you'd like to remove

For third party add-ons, you should either disable the addon that provides the gadget, or contact the vendor for support (if you cannot disable the add-on)

最終更新日 2018 年 11 月 2 日

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

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