Menu

#2 HTTPS compatibility

Need_help
open
nobody
Other (2)
3
2003-02-19
2002-10-03
Ryan Grove
No

Uploads work via HTTPS, but not downloads. Need to add
this functionality.

Discussion

  • Ryan Grove

    Ryan Grove - 2003-02-19

    Logged In: YES
    user_id=306

    I'm not sure why this would be the case. I'd love to fix
    this, but I don't have an HTTPS server to test on.

     
  • Ryan Grove

    Ryan Grove - 2003-02-19
    • labels: --> Other
    • milestone: --> Need_help
    • priority: 5 --> 3
     
  • Dean E. Weimer

    Dean E. Weimer - 2003-06-30

    Logged In: YES
    user_id=813031

    For a temporary fix you can comment out lines 382 & 383 of
    the ftp.php (version 1.3.1) file

    [...]
    #header("Cache-Control: no-cache, must-revalidate");
    #header("Pragma: no-cache");
    [...]

    and add this line in their place

    header("Cache-control: private, must-revalidate");

    there are references to this problem on php.net (
    http://us2.php.net/manual/en/function.header.php ), look
    through the user contributed notes.

     

Log in to post a comment.