【奖励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))
就可以解决了
您好,这个问题已经修复了,您升级面板就可以了。感谢您的反馈,奖励宝塔币200.
页:
[1]