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::TLSClient - Implements the client side of the STARTTLS protocol

Methods

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

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

       start_tls
            $tls->start_tls();

           Begin a STARTTLS request

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

Name

       Munin::Node::TLSClient - Implements the client side of the STARTTLS protocol

Synopsis

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

See Also