aishlai 发表于 2019-12-14 23:07:04

【奖励200宝塔币】远程下载功能下载https的问题

系统Ubuntu19.10,安装最新版的Beta7.1.14
通过文件中的"远程下载"功能,下载https的文件,会出现无法下载的情况

panelTask.py 140行

public.ExecShell("wget -O '{}' '{}' -T 30 -t 5 -d &> {}".format(other,task_shell,log_file))


修改为


public.ExecShell("wget -O '{}' '{}' -T 30 -t 5 -d --no-check-certificate &> {}".format(other,task_shell,log_file))


就可以解决了





大炮运维V587 发表于 2019-12-20 09:48:39

您好,这个问题已经修复了,您升级面板就可以了。感谢您的反馈,奖励宝塔币200.
页: [1]
查看完整版本: 【奖励200宝塔币】远程下载功能下载https的问题