Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption always enabled in S6-Overlay image #448

Open
steveji2021 opened this issue Jul 29, 2024 · 0 comments
Open

Encryption always enabled in S6-Overlay image #448

steveji2021 opened this issue Jul 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@steveji2021
Copy link

Describe the bug
When setting ENCRYPTED_ONLY to 0 in rustdesk-server-s6 image, hbbs in the image still forces encryption and will generate a key. Unencrypted connections are not accepted.

Describe the environment

  • Install environment: Docker Compose
  • Version: latest(1.1.11-1)

How to Reproduce the bug
Steps to reproduce the behavior:

  1. Start rustdesk-server-s6:latest image with env variable ENCRYPTED_ONLY set to “0”.
  2. Find id_ed25519.pub generated in data folder.
  3. Clients are not allowed to connect without the key.

Expected behavior
Clients are able to connect without the key.

@steveji2021 steveji2021 added the bug Something isn't working label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant