dozzle: Antivirus blocking requests

Hello !

Describe the bug

Since last update (i never touch the docker compose file, every update are done by WatchTower), my container are not showing anymore in Dozzle…

To Reproduce

Steps to reproduce the behavior:

Go to Dozzle main page

Expected behavior

My running container are here !

Screenshots

Screenshot_51

Desktop (please complete the following information):

  • OS: Ubuntu : 22.04
  • Docker version : 20.10.16
  • Browser & version : Google Chrome 103.0.5060.114
  • Version : 3.12.7

If applicable include logs with --level debug and browser logs

level=info msg="Dozzle version v3.12.7"
level=debug msg="filterArgs = {map[]}"
level=info msg="Accepting connections on :8080"
level=debug msg="starting to stream stats for: 74ee6bf5943d"
level=debug msg="starting to stream stats for: 4a2099e9f593"
level=debug msg="starting to stream stats for: ca413099641f"
level=debug msg="starting to stream stats for: 087ed50422c4"
level=debug msg="starting to stream stats for: 1237bccfc883"
level=debug msg="starting to stream stats for: 1ca8affd3e8e"
level=debug msg="starting to stream stats for: 2a13a5f711c7"
level=debug msg="starting to stream stats for: 24c6418957a3"
level=debug msg="starting to stream stats for: a4e0e1d54734"
level=debug msg="starting to stream stats for: 3911b71a11b1"
level=debug msg="starting to stream stats for: 86037674e43d"
level=debug msg="starting to stream stats for: 2c900b784472"
level=debug msg="stopping stats streaming for container 24c6418957a3"
level=debug msg="stopping stats streaming for container 74ee6bf5943d"
level=debug msg="stopping stats streaming for container 2c900b784472"
level=debug msg="stopping stats streaming for container 2a13a5f711c7"
level=debug msg="stopping stats streaming for container 86037674e43d"
level=debug msg="stopping stats streaming for container 3911b71a11b1"
level=debug msg="stopping stats streaming for container a4e0e1d54734"
level=debug msg="stopping stats streaming for container 1237bccfc883"
level=debug msg="stopping stats streaming for container 4a2099e9f593"
level=debug msg="stopping stats streaming for container 087ed50422c4"
level=debug msg="stopping stats streaming for container ca413099641f"
level=debug msg="stopping stats streaming for container 1ca8affd3e8e"
level=debug msg="starting to stream stats for: 74ee6bf5943d"
level=debug msg="starting to stream stats for: 4a2099e9f593"
level=debug msg="starting to stream stats for: ca413099641f"
level=debug msg="starting to stream stats for: 087ed50422c4"
level=debug msg="starting to stream stats for: 1237bccfc883"
level=debug msg="starting to stream stats for: 1ca8affd3e8e"
level=debug msg="starting to stream stats for: 2a13a5f711c7"
level=debug msg="starting to stream stats for: 24c6418957a3"
level=debug msg="starting to stream stats for: a4e0e1d54734"
level=debug msg="starting to stream stats for: 3911b71a11b1"
level=debug msg="starting to stream stats for: 86037674e43d"
level=debug msg="starting to stream stats for: 2c900b784472"

Here here my compose file :

version: "3"
services:
  dozzle:
    container_name: dozzle
    image: amir20/dozzle:latest
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      DOZZLE_LEVEL: debug
    ports:
      - 9999:8080
    labels:
      - com.centurylinklabs.watchtower.enable=true

Thank you for your help ! ^^

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 24 (11 by maintainers)

Most upvoted comments

@antoine2tt interesting. I hadn’t thought of that. Turns out Sophons runs it’s own proxy and proxies all HTTP through it. But unfortunately, Sophons doesn’t properly support server side events. There is a lot about this on Google. I also found this stackoverflow question.

Sounds like if you run Dozzle with HTTPS then the problem should go away. The other solution suggests send 2MB to reset the flush. I won’t do that. 😃

Glad we were able to find the root cause.

I’m back !

So, i tried Firefox, it was working.

I delete and re install Google Chrome it was working.

Then, when i log into my Google Account, it doesn’t work anymore…

And then, i remember that i’ve enabled a Google security feature on my Google Account, and on my Google chrome settings too.

I’ve disabled it (they said that it could take 24h to apply).

And, for the fun, i set up a reverse proxy (so, with SSL), and what a magic trick, it’s working.

So it’s definitly a security issues with Chrome here