Ticket #1082 (net2ftp SSL Bug) created

  • [feedquote='Trac','http://trac.i-mscp.net/ticket/1082']

    if using SSL, net2ftp template is broken because of using http instead of https in template URLs

    Code
    1. nano /var/www/imscp/gui/public/tools/filemanager/index.php
    2. change this line to https:
    3. $server_protocol = "http://";

    [/feedquote]