Kodi Community Forum
HTTPS support? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: HTTPS support? (/showthread.php?tid=185896)



HTTPS support? - jaypi - 2014-02-10

Hi,

is there a way to enable ssl for the web interface?


RE: HTTPS support? - drpizznock - 2014-02-10

Not that I'm aware of. HTTPS adds a level of complexity and ties up resources. In my experience the interface is accessed via LAN, where is the value in doing HTTPS?


RE: HTTPS support? - josz - 2014-04-05

If you wanna access it over the internet and use SSL for securities sake you could use Apache and mod_proxy to achieve this. Apache can be installed on the same host as XBMC, I wrote an article about this a while back
http://josnienhuis.nl/posts/6/webexposed-applications-and-a-custom-bit-of-ssl


RE: HTTPS support? - realjobe - 2014-07-17

(2014-04-05, 08:42)josz Wrote: If you wanna access it over the internet and use SSL for securities sake you could use Apache and mod_proxy to achieve this. Apache can be installed on the same host as XBMC, I wrote an article about this a while back
http://josnienhuis.nl/posts/6/webexposed-applications-and-a-custom-bit-of-ssl

Hi.
I'm intrested to use Web-Interface (Gotham 13.1 with default WebUI v2.2.16) via https and I also have Apache 2.4.9 in my LAN Server. I have my own self signed certificate in Apache also for https:443

Above link was 404.

So.. I'm able to use my Apache Web Server:80 that is visible to WAN to redirect some alias to XBMC Web interface (I'm using port 80 internally also), like http://MyIP:80/xbmcUI/

?


RE: HTTPS support? - situnrocks - 2014-08-08

(2014-04-05, 08:42)josz Wrote: If you wanna access it over the internet and use SSL for securities sake you could use Apache and mod_proxy to achieve this. Apache can be installed on the same host as XBMC, I wrote an article about this a while back
http://josnienhuis.nl/posts/6/webexposed-applications-and-a-custom-bit-of-ssl

Thanks