Unable to Download Attachments in IE over SSL

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

You have enabled SSL for the whole site, are accessing Confluence using Internet Explorer, and are unable to download attachments.

Workaround

Note that if you try to open an attachment in a secure site, for example a PDF document, the relevant application will try to open it but will report the file cannot be found. However, if you right click the document and choose "Save as" this will work. To fix this, in IE go to the "Tools>Internet Options" menu and click on the Advanced Tab, scroll down to the bottom and look for "Do not save encrypted pages to disk" option - make sure that you un-tick this. This problem is known to affect IE6 and has been reported in Microsoft's knowledge base.

Cause

IE will not download attachments into its Temporary Internet Files folder when in SSL mode. You can find further information in these links:

Resolution

Place these Valve elements in the Context element of conf/server.xml:

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

(info) See CONF-16168.

Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.