Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

IS socket messages

by eth4rendil (Initiate)
on Nov 17, 2014 at 22:01 UTC ( [id://1107489]=perlquestion: print w/replies, xml ) Need Help??

eth4rendil has asked for the wisdom of the Perl Monks concerning the following question:

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

Replies are listed 'Best First'.
Re: IS socket messages
by Laurent_R (Canon) on Nov 17, 2014 at 23:50 UTC
    Anything wrong with these messages in your view? To me, it just looks like a fairly verbose account of what has happened. Did I miss something important?
      those messages are comming from IO::Socket::SSL debug. After those messages are the responses from remote ssl server delayed - before messages is time of the reply 1 sec, after around 5-6 seconds. I believe this is might be some kind of protection. And nope you did not miss anything. I just don't understand what those messages means and how to potentially avoid them by changing of client SSL settings ? thank you

        Read the Common Problems with SSL section of the IO::Socket::SSL documentation. It explains the four accepted values of $IO::Socket::SSL::DEBUG.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1107489]
Approved by NetWallah
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-19 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found