SSL CERTIFICATE_VERIFY_FAILED in aws cli

后端 未结 11 1099
孤城傲影
孤城傲影 2020-12-29 04:02

I installed AWS CLI on the Windows server 2007 32bit.

aws --version
aws-cli/1.8.8 Python/2.7.9 Windows/2008Server 

I configure aws cl

11条回答
  •  旧时难觅i
    2020-12-29 04:34

    Problem most likely caused by corporate proxy. In my case I was running the commands on AWS CLI behind proxy server and was getting certificate error. So to get around this I added --no-verify-ssl flag. Though this is a bad idea, I used this as a temporary solution to get the job done until it is resolved by the network team.

提交回复
热议问题