in reply to Webpage "get" slow with WWW::Mechanize

I cannot reproduce your problem, i.e the test script is not slow. But since your script runs without problems (except slow) even though the certificate of this site is invalid (missing chain) I guess that you are using a fairly old version of WWW::Mechanize, LWP::UserAgent and IO::Socket::SSL which does not yet check the certificates properly.

I thus recommend to first upgrade to new versions to see if the problem goes away. If not please add the full versions of the modules you've used.

  • Comment on Re: Webpage "get" slow with WWW::Mechanize

Replies are listed 'Best First'.
Re^2: Webpage "get" slow with WWW::Mechanize
by nick2253 (Initiate) on Nov 17, 2015 at 15:18 UTC

    Updating IO::Socket::SSL did the trick. Sometimes it's the obvious things, right? :)

    I had already run in to the certificate issue and fixed that, but I forgot to mention it.