I’m using Docker Desktop version v4.28.0, and I’m unable to sign in to my Docker Desktop account. Additionally, when I run the command ‘docker search mysql’ in my command prompt, it returns an error message stating: 'Error response from daemon: Get "https://index.docker.io/v1/search?q=mysql&n=25": dialing index.docker.io:443 container via direct connection because <my machine> has no HTTPS proxy: connecting to 54.227.20.253:443: dial tcp 54.227.20.253:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I have the same top-level issue here, but it feels like deep linking from the web page redirect isn’t being honored by Docker Desktop. Did this break in 4.28.0 ?
Even with a flush of cookies and data in Chrome, the docker page prompts for login and even triggers the MacOS (Monterey 12.7.3) modal prompt to allow Docker Desktop to handle the deep link. At that point, the app does not gain focus and service the auth login.
I am able to run the docker query a above, so it doesn’t feel like a proxy issue on my side.
Follow up:
I ended up using the docker CLI to login with the same creds and it worked just fine. Not a stopper for me, as the host machine for DD is rarely rebooted.