Re: how to enable SSL for a handler

Mithun Bhattacharya <[email protected]> Sat, 2 Jul 2022 21:18:47 -0700
Newsgroups gmane.comp.apache.mod-perl
Message-ID <CAHTPV9Jxz-eDeTVLyo26Pjru3e2oxAJ6+O3W_a_PWd4j+bFawQ@mail.gmail.com>
You don't enable SSL for a endpoint you do it for a host/port combination.
All endpoints under that virtual host is SSL enabled.

On Sat, Jul 2, 2022, 9:01 PM Yong Walt <[email protected]> wrote:

> Hello
>
> When I run certbot --apache for modperl handler service, it doesn't work.
> So how can I setup letsencrypt SSL for a pure handler web API?
>
> Thanks
>