使用wget下载https协议的文件时遇到了这个问题,提示:
1 | ERROR: cannot verify xx.xx.com's certificate, issued by `/C=BE/O=GlobalSign nv-sa/CN=GlobalSign Organization Validation CA - SHA256 - G2': |
错误提示中建议使用“–no-check-certificate”参数,用法是这样的:
1 | wget https://xx.xx.com/xx.exe --no-check-certificate |