Sorry, I mistake the perl code, the real code is:
/******************************************************/
my $ua = LWP::UserAgent->new;
$ua->timeout(20);
my $URLS = ('https://mydomain/myfile');
my $response = $ua->get($URL);
/******************************************************/
and the problem is still there.
(3)
]
