You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please can you add option for secure communication in settings? When client communicate over HTTP, then communication is unsecured. When a Apache web server is built in front of TVheadend server as HTTPS proxy, HTTP communication must be redirected to HTTPS port. Unfortunately, the client is able to send the login information before the communication is redirected to the HTTPS protocol. The login information can easily be intercepted during initial communication via the HTTP protocol. If communication could be started directly on the HTTPS protocol, communication would be secured and the login data could not be intercepted. The HTTPS option is great possibilty how to secure TV streaming outside LAN.
How to built HTTPS proxy for TVheadend: https://tvheadend.org/boards/5/topics/20739 https://tvheadend.org/issues/4372 https://tvheadend.org/boards/5/topics/27593
+1 for this one. I have my tvheadend backend behind a reverse proxy that supports SSL and it's all working well with https://github.com/zipleen/tvheadend-iphone-client. Any chance we could have SSL support in the kodi addon?
Please can you add option for secure communication in settings? When client communicate over HTTP, then communication is unsecured. When a Apache web server is built in front of TVheadend server as HTTPS proxy, HTTP communication must be redirected to HTTPS port. Unfortunately, the client is able to send the login information before the communication is redirected to the HTTPS protocol. The login information can easily be intercepted during initial communication via the HTTP protocol. If communication could be started directly on the HTTPS protocol, communication would be secured and the login data could not be intercepted. The HTTPS option is great possibilty how to secure TV streaming outside LAN.
How to built HTTPS proxy for TVheadend:
https://tvheadend.org/boards/5/topics/20739
https://tvheadend.org/issues/4372
https://tvheadend.org/boards/5/topics/27593
Complete Apache config:
The text was updated successfully, but these errors were encountered: