XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Webmail Add-ons > Uebimiau and https


Posted by: bat May 9 2004, 07:31 PM
Hi There

When I try to download an attachment in https i had an error. But if I do it in http all works fine.

I can't understand where is the problem.

Thanks for your help.

bat

Posted by: hschneider May 19 2004, 01:36 PM
This depends on how Uebimiau handles server connections. Pls forward this to its author.

Posted by: namelessminion Feb 27 2005, 05:51 AM
I had a problem with this, but it only happend when the client was Internet Explorer.
For me the problem seemed to be a issue with IE and the header when using ssl,
What I did, was duplicate the inc.php I called my duplicate inc2.php. In the inc2.php I removed the following.
QUOTE
/*
Don't remove the fallowing lines, or you will be problems with browser's cache
*/
Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
"Cache-Control: no-cache\r\n".
"Cache-Control: must-revalidate\r\n".
"Pragma: no-cache");

$nocache = "
<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\">
<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">";

Now in download.php change it from inc.php to inc2.php(or whatevery you called the duplicate)
QUOTE
// load session management
require("./inc/inc2.php");
// check for all parameters

Since the rest of the files will be using inc.php, there shouldn't be much of a cache issue. Of cource you will need both the inc.php as well as the inc2.php(or whatevery you called the duplicate)
I don't know if this will fix your problem, but it what fixed the issues I was having with SSL, Attachments and IE.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)