Allow to connect to servers with self-signed TLS certificates #17
Labels
enhancement
New feature or request
platform:all
Anything affecting the `core` (aka JellyfinQt) part, shared between all platforms.
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:
Implementation steps
QNetworkAccessManager::sslErrors
signal and display them properly in the user interface, allowing users to ignore them.QNetworkAccessManagerFactory
on theQQmlEngineInstance
to create aQNetworkAccessManagers
for the QML side to use, so that the QML part respects the user's choice to ignore TLS warnings as well.The text was updated successfully, but these errors were encountered: