azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

Azure Cli throwing SSL handshake on MacOs

Open ngarg-panw opened this issue 4 years ago • 0 comments

This is autogenerated. Please review and update as needed.

Describe the bug

Getting SSL error. I have my organization firewall. But I provided the org ca certificate. Still its giving the same error.

Command Name az artifacts universal publish Extension Name: azure-devops. Version: 0.16.0.

Errors:

 Error occurred in request., SSLError: HTTPSConnectionPool(host='vsblob.dev.azure.com', port=443): Max retries exceeded with url: /ngarg0936/_apis/clienttools/ArtifactTool/release?osName=Darwin&arch=x86_64&distroName=darwin&distroVersion=19.6.0 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here...
  • az artifacts universal publish --verbose --debug --organization {} --project={} --scope {} --feed {} --name {} --version {} --description {} --path {}

Expected Behavior

Environment Summary

macOS-10.15.7-x86_64-i386-64bit
Python 3.8.9
Installer: HOMEBREW

azure-cli 2.9.1

Extensions:
azure-devops 0.16.0

Additional Context

ngarg-panw avatar Nov 10 '21 20:11 ngarg-panw