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

Allow to connect to servers with self-signed TLS certificates #17

Open
7 tasks
HenkKalkwater opened this issue Oct 27, 2021 · 0 comments
Open
7 tasks
Labels
enhancement New feature or request platform:all Anything affecting the `core` (aka JellyfinQt) part, shared between all platforms.

Comments

@HenkKalkwater
Copy link
Member

Some users use self-signed TLS certificates, which Sailfin simply rejects at the moment.

I'm thinking of implementing it in the following way:

Functional requirements:

  • When a TLS error occurs, prompt to user on what to do.
  • Sailfin should remember the user's choice to ignore TLS errors which can be ignored.
  • For errors about self-signed certificates, Sailfin should ask the user on which certificate to trust and remember it, but it should not automatically trust all self-signed certificates.

Implementation steps

@HenkKalkwater HenkKalkwater added enhancement New feature or request platform:all Anything affecting the `core` (aka JellyfinQt) part, shared between all platforms. labels Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform:all Anything affecting the `core` (aka JellyfinQt) part, shared between all platforms.
Projects
None yet
Development

No branches or pull requests

1 participant