NAME
Net::NSS::SSL::LWPCompat - Wrapper for Net::NSS::SSL to make it LWP compatible
SYNOPSIS
# Using NSS for SSL connections from LWP
use LWP;
use Crypt::NSS config_dir => "$ENV{HOME}/.netscape";
use Net::HTTPS;
local @Net::HTTPS::ISA = qw(Net::NSS::SSL::LWPCompat Net::HTTP::Methods);
my $content = get("https://secure.mycompany.com");
INTERFACE
CLASS METHODS
INSTANCE METHODS
- get_cipher
- get_peer_certificate
- peerhost
- peerport
- sysread
- syswrite
- can_read
-
Checks if there is data available to be read.
- configure
-
Configures the socket, does nothing as this is done in the constructor.
- blocking
-
Compat method that does nothing.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 94:
=over without closing =back