logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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