One thing is easy to spot. The RESET is not a response to a client-side time-out, it is the result of a server-side (or perhaps proxy-side) time-out.

Looks like your client is not noticing that it got a full response. After 60s of idleness, the server resets the connection. I would have expected that to be done via a FIN packet not a RST packet. Perhaps this is to blame:

If such a host actively closes a connection but still has not read all the incoming data the stack already received from the link, this host sends a RST instead of a FIN

But that would require a bug in the service, I think, which seems less likely in most environments.

- tye        


In reply to Re^3: SOAP::Lite client request over HTTPS hangs until connection is reset by server (dig) by tye
in thread SOAP::Lite client request over HTTPS hangs until connection is reset by server by kiteboy

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.