in reply to Re: LWP::Useragent and globbing?
in thread LWP::Useragent and globbing?
And later in the code...use IO::Socket::SSL qw( SSL_VERIFY_NONE ); use IO::Socket::INET;
my $ua = LWP::UserAgent->new(); $ua->ssl_opts( SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_NONE, SS +L_hostname => '', verify_hostname => 0 );
|
|---|