View Issue Details

IDProjectCategoryView StatusLast Update
0008038mantisbtbugtrackerpublic2014-10-14 16:22
Reporteryshuang Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Platformwindows 2003OSwindows 2003OS Versionwindows 2003
Product Version1.0.6 
Summary0008038: Can't download attachments with IE over SSL using ssl gateway
Description

We had a SSL Gateway in DMZ zone.
And all the request from internet must using https://mantis.X.X.X
to access the internal mantis website.
we had met some problems while downloading attached file from mantis.
[0007914: Can't download attachments with IE over SSL ]
and I had installed file_download patch according 0007914.
but I still cannot download attached file from mantis website (but firefox browser ok)
any idea?

TagsNo tags attached.

Activities

rg

rg

2007-06-25 01:34

reporter   ~0014807

I had the same problem some time ago with some php scripts. Solution for me was to insert the following headers:

header( 'Cache-Control: cache, must-revalidate' );
header( 'Pragma: public' );

For someone with some knowledge of mantis (not me ;-)) it should be easy to insert the two lines and verify if that fixes the problem.

grangeway

grangeway

2014-10-05 17:05

reporter   ~0041416

We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported.

We recommend that you upgrade to the latest stable version [1]; if after doing so the problem still exists, do not hesitate to reopen the issue.

[1] http://www.mantisbt.org/download.php