Skip to content

[BUG] Spamming of TLS Cipher logs #55

Open
@Rezoken

Description

@Rezoken

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Receive ten's of thousands of logs such as:

2025-03-15 22:40:10 [20250315 22:40:10.676] TLSPSK[0x00007f516dbdcfc0]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384
2025-03-15 22:40:10 [20250315 22:40:10.676] TLSPSK[0x00007f516c47da90]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384
2025-03-15 22:40:10 [20250315 22:40:10.676] TLSPSK[0x00007f516c297050]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384
2025-03-15 22:40:10 [20250315 22:40:10.676] TLSPSK[0x00007f516c9d4610]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384
2025-03-15 22:40:10 [20250315 22:40:10.676] TLSPSK[0x00007f516c701990]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384
2025-03-15 22:40:10 [20250315 22:40:10.676] TLSPSK[0x00007f516d33ecd0]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384
2025-03-15 22:40:10 [20250315 22:40:10.677] TLSPSK[0x00007f516c5bac90]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384

All within a very short time window.

Expected Behavior

Generate a single log showing supported ciphers for start of connection only.

Steps To Reproduce

  1. Have sync occur naturally
  2. View the logs in Docker

Environment

Docker Desktop on Windows
Version 3.0.3 (1065)

CPU architecture

x86-64

Docker creation

Docker Compose
  resilio-sync:
    image: lscr.io/linuxserver/resilio-sync:latest
    container_name: resilio-sync
    environment:
      - PUID=1500
      - PGID=1500
      - TZ=America/Chicago
      - UMASK=000
    volumes:
      - resilio-sync:/config
      - "D:\\storage\\downloads\\seedbox:/sync"
    ports:
      - 8888:8888
      - 55555:55555
    restart: unless-stopped

Container logs

Unable to paste, but it is tens of thousands of entries for 
[20250315 22:40:10.678] TLSPSK[0x00007f516d987ed0]: Supported ciphers: DHE-PSK-AES128-GCM-SHA256:DHE-PSK-AES256-GCM-SHA384

All with different timestamps, receive 6-10 of these logs all within the exact same miliseconds.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions