Here is the output from my debug session using the debug statements you suggested.

DEBUG: .../IO/Socket/SSL.pm:202: CA file certs/my-ca.pem not found, us +ing CA path instead. DEBUG: .../IO/Socket/SSL.pm:1382: new ctx 153784112 DEBUG: .../IO/Socket/SSL.pm:421: no socket yet DEBUG: .../IO/Socket/SSL.pm:423: accept created normal socket HTTP::Da +emon::ClientConn::SSL=GLOB(0x9ddf480) DEBUG: .../IO/Socket/SSL.pm:439: starting sslifying DEBUG: .../IO/Socket/SSL.pm:479: Net::SSLeay::accept -> -1 DEBUG: .../IO/Socket/SSL.pm:1131: SSL accept attempt failed with unkno +wn errorerror:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http reque +st DEBUG: .../IO/Socket/SSL.pm:1417: free ctx 153784112 open=153784112 DEBUG: .../IO/Socket/SSL.pm:1420: OK free ctx 153784112

I will need help interpreting this output but it looks like something or someone tried to submit to the soap server and it failed. Is that what I'm seeing here? If so, how can I make it not stop the process when this happens?

I think I may have figured out what the problem was. Since it looked like something was trying to access the soap server process in the above debug output, I thought maybe a web bot crawler is doing that. So I put a robots.txt file in my root web directory disallowing all agents from accessing the soap server directory. It has been running now for over 24 hours without stopping. It was stopping every evening around 7pm but now it seems okay. Hope this helps someone else that may be having a similar problem.

Unfortunately, the preceeding paragraph about the robots.txt file, did not fix the problem. The server is still stopping intermittedly!!


In reply to Re^2: SSL Soap Server daemon stopping by perlchild
in thread SSL Soap Server daemon stopping by perlchild

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.