SSL handshake error with some Azure CLI commands

后端 未结 4 1718
醉话见心
醉话见心 2021-02-08 02:11

I am using Azure CLI in bash within PowerShell in Windows 10. I sit behind a corporate proxy. My goal is to automate the deployment and setup of Azure resources.

Some of

4条回答
  •  感情败类
    2021-02-08 02:36

    Running just the below two commands, fixed the issue for me

    "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python" -m pip install --upgrade pip "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Scripts\pip" install python-certifi-win32

    In my case the issue was seen due to invoking a Azure CLI command behind a company proxy.

提交回复
热议问题