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
Getting error while doing 'az login' in terminal window.
Error is:
Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /common/oauth2/token (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
To Reproduce
Mac OS
Install azure-cli 2.0.75
Python 3.7.3
'az login'
Expected behavior
Login success.
Environment summary
Installed azure cli using brew.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I am getting error while using azure cli.
Getting error while doing 'az login' in terminal window.
Error is:
Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /common/oauth2/token (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
To Reproduce
Mac OS
Install azure-cli 2.0.75
Python 3.7.3
'az login'
Expected behavior
Login success.
Environment summary
Installed azure cli using brew.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: