Failed to fetch oauth token. proxyconnect tcp dial 127.0.0.1:7080 connectex nothing connection established because host explicity denied

Hi everybody,

Since few days (before run correctly) I realize that my docker-compose build throw error with networking thing.

I run this command : ‘docker-compose build’ or ‘docker compose build’

And it return me this : failed to solve: failed to fetch oauth token: Post “https://auth.docker.io/token”: proxyconnect tcp: dial tcp 127.0.0.1:7080: connectex: Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.

I try this command for information about this TCP port : netstat -ano | findstr :7080
Return :
TCP 127.0.0.1:55434 127.0.0.1:7080 SYN_SENT 3864

This command return me nothing (to know which program run this TCP) : tasklist /fi “pid eq 3184”

I already connected my CLI into docker with : docker login

If I launch Post “https://auth.docker.io/token” in my browser it return me token (without error)

If a shutdown firewall OS it nothing change

Technical context :

  • Domain : Home network with basic ethernet RJ45 on provider box
  • OS : Windows 11 Pro
  • Docker for windows : 4.19.0
  • Docker (command line program) : Docker version 23.0.5, build bc4487a
  • Docker compose : Docker Compose version v2.17.3

Questions :
• Why did it return me this ?
• I never config proxy in my windows and docker (do I need this ?)
• Why HTTP Post run on browser but not on my terminal ? (is SSL issue?)

Very thanks for your help