0
OS: windows 10 

azure-cli                         2.39.0
core                              2.39.0
telemetry                          1.0.6 *

Extensions:

azure-cli-ml                      1.41.0

Dependencies:

msal                            1.18.0b1
azure-mgmt-resource             21.1.0b1

I am using AZ ML datastore upload to upload data to blob storage, but getting

az ml datastore upload -w workspace -n workspaceblobstore  -u datafile -p data

Error

HTTPSConnectionPool(.... (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))

I have already explored following , but none of them solve for CLI commands

certificate verify failed: unable to get local issuer certificate

Unable to get local issuer certificate when using requests in python

certificate verify failed: unable to get local issuer certificate python requests

alex3465
  • 409
  • 4
  • 18
  • The cause of this error could be a proxy issue, refer to similar issues: [SSL: CERTIFICATE_VERIFY_FAILED certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)](https://github.com/Azure/azure-sdk-for-python/issues/9080) and [certificate verify failed: unable to get local issuer certificate](https://github.com/Azure/azure-cli/issues/23282) – Ecstasy Aug 04 '22 at 14:56
  • [Azure CLI - Work behind a proxy](https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively?tabs=bash%2Cbash2#work-behind-a-proxy) – Ecstasy Aug 04 '22 at 15:11

0 Answers0