Re: how to enable SSL for a handler

2022-07-02 Thread Mithun Bhattacharya
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 wrote: > Hello > > When I run certbot --apache for modperl handler service, it doesn't work. > So how can I setup letsencrypt SS

how to enable SSL for a handler

2022-07-02 Thread Yong Walt
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