-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Trouble login into Azure via "az" command #32935
Copy link
Copy link
Closed
Labels
Accountaz login/accountaz login/accountAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamLoginSimilar-Issuecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Labels
Accountaz login/accountaz login/accountAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamLoginSimilar-Issuecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
I'm trying to login from my Mac-book to Azure using the command 'az". Here are the steps I took:
1- az login --use-device-code
2- az account clear
3- az logout
4- az login <----- This opens a web browser on Firefox with alogin window, after I provide my email address I get teh following error message:
Secure Connection Failed
An error occurred during a connection to localhost:57214. SSL received a record that exceeded the maximum permissible length.
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
I cleared all the cache of the Firefox web browser and tried the above steps again bit still get teh same error and can't login to my Azure account via "az login" command. I can login to the Azure web-portal successfully on the same browser!