带有--no-check-certificate的Wget命令“Post”失败:证书公用名不匹配

时间:2016-09-07 14:00:33

标签: python wget

我正在使用Windows> Visual Studio> Python并在我的代码中使用WGET。

我正在尝试调用API(Post)。

这是代码:

APIWGET = [WGETInstallationFolder,'--no-check-certificate',"--post-data="% PostFile,"--output-file="+TempReadWritePath + 'TempReadWriteFile' + TimeNow + '.txt',"--wait=2","--content-on-error","--header="+Header, "--output-document="+TempReadWritePath + 'TempReadWriteFile' + TimeNow + '.txt',"--timeout=3","--tries=3", "--save-headers", "https://" +APIGWIP +"xxxxxxxx/"]  

call(APIWGET)

获取证书通用名称不匹配..

提到我用“GET”调用相同的API时一切正常。

0 个答案:

没有答案