http://www.perlmonks.org?node_id=1018313


in reply to Using LWP Proxy and Client Certificate Connection timeout

G'day kabachaa,

Welcome to the monastery.

I note you've set your timeout to 30 ($ua->timeout(30);). The LWP::UserAgent documentation gives the default as 180. Perhaps setting a longer timeout might help given the phrase Connection timed out appears several times in your output.

Adding use warnings; (after use strict;) might provide some additional feedback.

-- Ken