Mayuresh <mayur...@acm.org> wrote:
> The man page of bozohttpd in the base (NetBSD 8.0) says TLS 1.1 and 1.2 is
> supported.
> 
> But I couldn't find much documentation about how to enable it.

Adding the "-Z" flag with its required arguments automatically enables
TLS support:

-Z certificate_path privatekey_path
        Sets the path to the server certificate file and the
        private key file in pem format.  It also causes bozohttpd to
        start SSL mode.

-Jan

Reply via email to