Thanks All.


In response to Alexm.

For a switched off device:

Error Code:Error GETing HTTPS://10.241.65.134: Can't connect to 10.241.65.134:443 (connect: Connection timed out) at test5.pl line 24

For a machine that doesn't have a web server:

Error Code:Error GETing HTTPS://10.241.3.11: Can't connect to 10.241.3.11:443 (connect: Connection refused) at test5.pl line 24

However....

I've just noticed that the timeout works when using port 80 instead of port 443. This might be enough for me to get around my problem (if I can get a response from port 80 then I can go for port 443).

Thanks again

Rich


In reply to Re^2: WWW::Mechanize Timeout period by gutbobs
in thread WWW::Mechanize Timeout period by gutbobs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.