Author Topic: [SOLVED] Error downloading attachments over HTTPS  (Read 3014 times)

Offline xceet

  • Newbie
  • *
  • Posts: 3
[SOLVED] Error downloading attachments over HTTPS
« on: June 28, 2007, 10:54:40 PM »
Hello,

I encountered an error while downloading files over https,
the solution for this is simple.

At this at the last line of 'program/include/session.inc':

Code: [Select]
session_cache_limiter('private');
That solved my problem.

PD: The Content-Length is still missing ofcourse, but you can download files now over HTTPS, or should I say, I can download files over HTTPS NOW :(

Xceet