Feature #3700
Add SSL support to buildin HTTP server
0%
Description
server name
SSL support:
- protocol until TLSv1.2
- administrator add his own server.key
- administrator add his own server.crt
- administrator add his own dhparam.pem
- HSTS
- ciphers list
Why not enable auth digest (htpasswd, htaccess)
I think it's important to securise our tvh web server. So why not use a real SSL support.
History
Updated by Jaroslav Kysela over 8 years ago
- Subject changed from Enhanced web server to Add SSL support to buildin HTTP server
- Target version set to 999
Updated by Jaroslav Kysela over 8 years ago
I added digest support to v4.1-1847-ge15d7fd .
The SSL support integration has low priority - you may use any proxy server like nginx to encrypt properly your external connection.
Updated by Guillaume DC over 8 years ago
Jaroslav Kysela wrote:
I added digest support to v4.1-1847-ge15d7fd .
The SSL support integration has low priority - you may use any proxy server like nginx to encrypt properly your external connection.
:
Updated by Guillaume DC over 8 years ago
Yes, but I tried this and it does not work properly through proxy SSL nginx vhost ==> proxy pass to tvh web server
Updated by Jaroslav Kysela over 8 years ago
Nginx works (some users really using it), but you must configure it properly. For tvh you should use --http_root option to properly map paths, if you map tvh to a www path.
Updated by Guillaume DC over 8 years ago
I made a topic for that but I had no answer.
https://tvheadend.org/boards/4/topics/20555
Updated by Anti S over 5 years ago
I have used stunnel under Debian Linux for more than a two years now, works like a charm.