You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name az boards query Extension Name: azure-devops. Version: 1.0.1.
Errors:
The Azure DevOps Extension for the Azure CLI does not support Azure DevOps Server.
Error occurred in request., SSLError: HTTPSConnectionPool(host='omitted', port=443): Max retries exceeded with url: /adfs/ls?version=1.0&action=signin&realm=urn%3AAppProxy%3Acom&appRealm=omitted&returnUrl=omitted%2F_apis&client-request-id=omitted (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
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 boards query --output table --wiql "select [id], [Work Item Type], [Title] from workitems
Initially cURL was not happy with the SSL cert but after adding the cert to the WSL environment using the openssl s_client to retrieve the certificate, moving the cert to the appropriate locations, and then updating the CA certificates cURL is happy with making the HTTP request.
What is the AZ CLI using to make it's HTTP requests in the WSL environment?
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az boards query Extension Name: azure-devops. Version: 1.0.1.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az boards query --output table --wiql "select [id], [Work Item Type], [Title] from workitems
Expected Behavior
return a table of the WIQL results
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: