[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bookworm: lighttpd as tvheadend proxy



Hi there,

I'm using Lighttpd as https to http proxy for encrypting tvheadend connections. After upgrading from Bullseye to Bookworm (lighttpd-1.4.69-1) I see only some table borders after opening tvheadend. Downgrading to lighttpd-1.4.59-1+deb11u2 solves the problem.

My guess is that it is related to websockets. This is my Lighttpd proxy config:

        $HTTP["url"] =~ "^/tv/comet/ws" {
                setenv.add-request-header   = (
                        "Connection" => "Upgrade")
                setenv.add-response-header  = (
                        "Connection" => "Upgrade")
                proxy.server = ( "" => (
                        ( "host" => "127.0.0.1",
                        "port" => "9981" ) )
                )
                proxy.header = ( "upgrade" => "enable")
        }
        $HTTP["url"] =~ "^/tv/" {
                proxy.server  = ( "" => (
                        "internal" => (
                                "host" => "127.0.0.1",
                                "port" => "9981",
                                "fix-redirects" => 1,
                        )
                ) )


--
Pozdriówka
Grzesiek
Najlepszym przyjacielem człowieka wcale nie jest pies a ..
... kolonia drożdży.
Duża kolonia => mnóstwo (% ;) ) radości.


Reply to: