Re: SSL for matrix.cpantesters.org?
[email protected] (Felipe Gasper)
| Newsgroups | perl.cpan.testers.discuss |
|---|---|
| Message-ID | <[email protected]> |
> 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