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

Re: how to enable SSL for a handler

2022-07-03 Thread Yong Walt
but that vhost has a modperl handler as the endpoint only. On Sun, Jul 3, 2022 at 12:19 PM Mithun Bhattacharya wrote: > 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,

Re: how to enable SSL for a handler

2022-07-03 Thread Yong Walt
egistry > # PerlSendHeader On > # PerlSetupEnvOn > # PerlOptions+GlobalRequest > # Options+Includes +ExecCGI > # Order allow,deny > # Allow from all > #

Re: how to enable SSL for a handler

2022-07-03 Thread Yong Walt
; yongw...@gmail.com -d luck.cloudcache.net > Get the cert, and then after uncomment what you previously commented out. > It should work. > > Regards, > Jacques > > On 2022/07/03 19:29, Yong Walt wrote: > > This is my httpd.conf. > > > >