0

After upgrading AWS cli

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi

aws cli broke on windows 10, aws-cli/2.3.7 Python/3.8.8 Windows/10 exe/AMD64 prompt/off

SSL validation failed for https://s3.us-east-1.amazonaws.com/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)

However same version installed on WSL2 works perfectly fine.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
forvaidya
  • 3,041
  • 3
  • 26
  • 33
  • Do you know if you're using an HTTP proxy on your network? Also, this will sound strange, but make sure that your `%USERPROFILE%\.aws\config` profiles are configured as `[profile xxx]` rather than just `[xxx]`. – jarmod Nov 18 '21 at 00:51
  • Does this answer your question? [SSL CERTIFICATE\_VERIFY\_FAILED in aws cli](https://stackoverflow.com/questions/32946050/ssl-certificate-verify-failed-in-aws-cli) And one more helpful [article](https://www.shellhacks.com/aws-cli-ssl-validation-failed-solved/) – rzlvmp Nov 18 '21 at 01:29
  • Solved: Problem was different. It was due to a service "cisco umbrella" which caused this SSL error. – forvaidya Nov 19 '21 at 07:15

0 Answers0