Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

2.3.0.0000

Compare
Choose a tag to compare
@SCP002 SCP002 released this 21 Apr 18:46
· 30 commits to master since this release

Added TLS mode support which can be enabled by the checkbox in Settings -> General. (Thanks to JReming85 for the suggestion).

This version will create a certificates folder in your xTeVe config directory.
Before enabling TLS mode, you should put a self-signed certificate and it's private key in there, for example:

/home/username/.xteve/certificates/xteve.crt
/home/username/.xteve/certificates/xteve.key

You can either generate your own or download a 'dummy' certificate and it's key from this repository.

❗ Certificate from this repository will only allow TLS mode to start up but not to actually establish a secure connections.
For truly working HTTPS, you should generate it by yourself and also add self-signed root CA to client-side certificate storage (where the web browser, Plex etc. is).

Full Changelog: 2.2.6.0000...2.3.0.0000