other versions
- stretch 2.0.33-1
- testing 2.0.49-1
- stretch-backports 2.0.47-1~bpo9+1
- unstable 2.0.49-1
Munin::Common::TLSClient(3pm) | User Contributed Perl Documentation | Munin::Common::TLSClient(3pm) |
NAME¶
Munin::Node::TLSClient - Implements the client side of the STARTTLS protocolSYNOPSIS¶
$tls = Munin::Node::TLSClient->new(...); $tls->start_tls();
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
2019-03-11 | perl v5.24.1 |