Ok, this has been running for 4 years now, then today it started just stopping again when a valid request is sent to the server. Here is my debug output for it this time around and it looks like IO Socket SSL is having a problem finding my cert files. I don't know why it just started this. Is there an update to that perl module that I don't know about and should be using?

Here is debug output:

[root@host1 TTPSubmit]# DEBUG: .../IO/Socket/SSL.pm:423: accept create +d normal socket HTTP::Daemon::ClientConn::SSL=GLOB(0x7f26fe0) 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:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared c +ipher DEBUG: .../IO/Socket/SSL.pm:1417: free ctx 132729584 open=132729584 DEBUG: .../IO/Socket/SSL.pm:1420: OK free ctx 132729584 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 133366496 DEBUG: .../IO/Socket/SSL.pm:1131: IO::Socket::INET configuration faile +derror:00000000:lib(0):func(0):reason(0) DEBUG: .../IO/Socket/SSL.pm:1417: free ctx 133366496 open=133366496 DEBUG: .../IO/Socket/SSL.pm:1420: OK free ctx 133366496 Can't call method "url" on an undefined value at ./TTPSubmit.pl line 4 +2. [root@host1 TTPSubmit]#

Thanks for your input


In reply to Re^6: 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.