logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Munin::Node::TLSServer - Implements the server side of the STARTTLS protocol

Methods

new
            $tls = Munin::Node::TLSServer->new(...);

           See Munin::Node::TLS for documentation for constructor arguments.

       start_tls
            $tls->start_tls();

           Process a STARTTLS request

perl v5.40.1                                       2025-05-20                      Munin::Common::TLSServer(3pm)

Name

       Munin::Node::TLSServer - Implements the server side of the STARTTLS protocol

Synopsis

        # After receiving a STARTTLS request:

        $tls = Munin::Node::TLSServer->new(...);
        $tls->start_tls();

See Also