Re: SSL for matrix.cpantesters.org?
[email protected] (Chris Williams)
| Newsgroups | perl.cpan.testers.discuss |
|---|---|
| Message-ID | <CAMW-zhm9mpp+Nnioe4un+jhLtPyopsGC8+O+VJgRqr_PFN5Nig@mail.gmail.com> |
Looks like Sawyer already attempted it: https://github.com/perlbal/Perlbal/pull/25 On Mon, 11 May 2020 at 00:07, Felipe Gasper <[email protected]> wrote: > > > > On May 10, 2020, at 5:53 PM, Slaven Rezic <[email protected]> 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 >