Hi all, I'm using WWW::Mechanize and LWP to automate some tasks with one site. Following messages appears at specific time of day. Anyone can please explain what bellow messages are a maybe why they appears at specific time ?

DEBUG: .../IO/Socket/SSL.pm:2152: free ctx 41242048 open=41242048 DEBUG: .../IO/Socket/SSL.pm:2160: OK free ctx 41242048 DEBUG: .../IO/Socket/SSL.pm:2118: new ctx 41242048 DEBUG: .../IO/Socket/SSL.pm:461: socket not yet connected DEBUG: .../IO/Socket/SSL.pm:463: socket connected DEBUG: .../IO/Socket/SSL.pm:481: ssl handshake not started DEBUG: .../IO/Socket/SSL.pm:511: using SNI with hostname www.... DEBUG: .../IO/Socket/SSL.pm:549: set socket to non-blocking to enforce + timeout=180 DEBUG: .../IO/Socket/SSL.pm:562: Net::SSLeay::connect -> -1 DEBUG: .../IO/Socket/SSL.pm:572: ssl handshake in progress DEBUG: .../IO/Socket/SSL.pm:582: waiting for fd to become ready: SSL w +ants a read first DEBUG: .../IO/Socket/SSL.pm:602: socket ready, retrying connect DEBUG: .../IO/Socket/SSL.pm:562: Net::SSLeay::connect -> -1 DEBUG: .../IO/Socket/SSL.pm:572: ssl handshake in progress DEBUG: .../IO/Socket/SSL.pm:582: waiting for fd to become ready: SSL w +ants a read first DEBUG: .../IO/Socket/SSL.pm:602: socket ready, retrying connect DEBUG: .../IO/Socket/SSL.pm:562: Net::SSLeay::connect -> -1 DEBUG: .../IO/Socket/SSL.pm:572: ssl handshake in progress DEBUG: .../IO/Socket/SSL.pm:582: waiting for fd to become ready: SSL w +ants a read first DEBUG: .../IO/Socket/SSL.pm:602: socket ready, retrying connect DEBUG: .../IO/Socket/SSL.pm:562: Net::SSLeay::connect -> 1 DEBUG: .../IO/Socket/SSL.pm:617: ssl handshake done
thank you very much

In reply to IS socket messages by eth4rendil

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.