in reply to Re^2: How to by-pass self-signed certificate warning
in thread How to by-pass self-signed certificate warning
use LWP::Simple qw' $ua '; $ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to by-pass self-signed certificate warning
by skaguy (Initiate) on Mar 25, 2010 at 13:33 UTC | |
by Corion (Patriarch) on Mar 25, 2010 at 13:34 UTC |