other versions
- buster 2.0.49-1
- buster-backports 2.0.67-1~bpo10+1
- testing 2.0.67-3
- unstable 2.0.67-4
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-05-15 | perl v5.28.1 |