Looks like Sawyer already attempted it: https://github.com/perlbal/Perlbal/pull/25
On Mon, 11 May 2020 at 00:07, Felipe Gasper <fel...@felipegasper.com> wrote: > > > > On May 10, 2020, at 5:53 PM, Slaven Rezic <sla...@rezic.de> wrote: > > > > The system is running with a perlbal reverse proxy. This is a nice piece > of software, but it is not maintained or developed anymore, and while it > supports https, it does not SNI, which is a must in a multi-site setup. > > How feasible would it be to add SNI to perlbal? > > IO::Socket::SSL exposes the requisite interface, so at least at that level > it’s feasible. > > -F >