Kodi Community Forum
v18 Web interface (Chorus2) - can I support both HTTPS and plain HTTP at the same time? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: v18 Web interface (Chorus2) - can I support both HTTPS and plain HTTP at the same time? (/showthread.php?tid=344181)



Web interface (Chorus2) - can I support both HTTPS and plain HTTP at the same time? - SilverWolf - 2019-05-24

I recently discovered that Kodi has a built-in web interface. For no particular reason, I set it up with my own local HTTPS certificate. (: Of course, this means any other device that wants to use HTTPS with the web interface gets a certificate error.

So I tried accessing Kodi with plain HTTP, but that says "the connection was reset".

Can I support HTTPS for those who want it, but leave plain HTTP available for devices that don't have the certificate?


RE: Web interface (Chorus2) - can I support both HTTPS and plain HTTP at the same time? - wsnipex - 2019-05-25

that's currently not possible with the built in webserver. Its either https or http.
You can however put a reverse proxy (apache, nginx, haproxy,...) in front of kodi that handles both.