【发布时间】:2015-12-01 11:48:57
【问题描述】:
我已经构建了个人防病毒软件,需要将来自 virustotal.com 的结果页面保存在我的驱动器中,我确实使用 wget.exe 作为第三部分来完成这项工作,但它一直显示此错误并保存 [0/0]:
C:\wget\GnuWin32\bin>wget.exe --no-check-certificate https://www.virustotal.com/en/file/15c34d2b0e834727949dbacea897db33c785a32ac606c0935e3758c8dc975535/analysis/
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrcsyswgetrc = C:\wget\GnuWin32/etc/wgetrc--2015-11-30 06:39:03-- https://www.virustotal.com/en/file/15c34d2b0e834727949dbacea897db33c785a32ac606c0935e3758c8dc975535/analysis/
Resolving www.virustotal.com... 127.8.0.1
Connecting to www.virustotal.com|127.8.0.1|:443... connected.
WARNING: cannot verify www.virustotal.com's certificate, issued by `/C=US/O=GeoT
rust Inc./CN=RapidSSL SHA256 CA - G3':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]
Saving to: `index.html.2'
[ <=> ] 0 --.-K/s in 0s
2015-11-30 06:39:05 (0.00 B/s) - `index.html.2' saved [0/0]
C:\wget\GnuWin32\bin>
有什么建议吗?
【问题讨论】: