in reply to Issue with LWP loading client certificate

adding to haj's debugging suggestion, this can make LWP more verbose:

use LWP::ConsoleLogger::Easy qw( debug_ua ); # $ua is your LWP, 5 is verbosity debug_ua($ua, 5);

bw, bliako