Unable to open PDF and PPT files using SSL and Internet Explorer

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

問題

Opening attachments in Firefox works, but in IE does not. The external application used to open the attachment (eg. Acrobat Reader or Microsoft Office) will report:

"There was an error opening this document. The file cannot be found."

原因

This problem is specific to Internet Explorer. IE normally downloads attachments into its "Temporary Internet Files" folder, however when the site is in HTTPS mode the attachments will not be downloaded. Causing an external application such as Adobe Acrobat to report the error message above.

回避策

Remove HTTPS for attachment download. Refer to Running Confluence Over SSL or HTTPS for more information.

Need to restrict everything to SSL?

If HTTP cannot be used for attachment download, edit <CONFLUENCE_INSTALLATION>/conf/server.xml and add the following line within the <Context ... /> element:

<Valve className="org.apache.catalina.authenticator.NonLoginAuthenticator"
       disableProxyCaching="true" securePagesWithPragma="false" />

ソリューション

 

 

最終更新日: 2016 年 2 月 26 日

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

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