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

Fix insecure connections #1160

Open
wants to merge 2 commits into
base: edge
Choose a base branch
from

Commits on Jan 28, 2024

  1. Make connections secure by default

    Every server configuration has its own setting that enables the use of
    insecure connections. This is disabled by default. Only verified https
    connections are allowed. Error messages with a note about the setting
    have been added.
    
    CVE-2018-1000664
    
    Discussed in daneren2005#60
    flyingOwl committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d538032 View commit details
    Browse the repository at this point in the history
  2. Use navidrome demo server

    Replace subsonic.org demo server with navidrome.org demo server as the
    latter one uses a secure https connection. Enabling insecure connections
    by default to use the subsonic.org demo server would contradict the
    concept of "security by default".
    flyingOwl committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d3b3f87 View commit details
    Browse the repository at this point in the history