SSL on multiple ports

That’s weird, as I specify only one domain explicit like:

www.domain.com:8080 {
        tls {
                on_demand
        }

respond "Hello, world!"

}

Then this does work perfectly fine over SSL.

And all other domains handshakes over SSL are successful as well. But I need to be able to get this working for a few hundred domains on demand.