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
Seems the server is using the certificate exposed at LOCALSANDBOX_CERT_RETRIEVAL_URL. It has expired since December 13, 2024.
Executing azl command inside the container fails with
azl servicebus queue create --name default --namespace-name default --resource-group default
HTTPSConnectionPool(host='localhost.localsandbox.sh', port=7329): Max retries exceeded with url: /azure/default/v2.0/.well-known/openid-configuration (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1147)')))
Certificate verification failed. This typically happens when using Azure CLI behind a proxy that intercepts traffic with a self-signed certificate. Please add this certificate to the trusted CA bundle. More info: https://docs.microsoft.com/cli/azure/use-cli-effectively#work-behind-a-proxy.
The text was updated successfully, but these errors were encountered:
Seems the server is using the certificate exposed at LOCALSANDBOX_CERT_RETRIEVAL_URL. It has expired since December 13, 2024.
Executing azl command inside the container fails with
The text was updated successfully, but these errors were encountered: