in reply to Re^3: SSL Soap Server daemon stopping
in thread SSL Soap Server daemon stopping

Tried your loop fix, it is still stopping. I will try to move it to another port instead of 8080.

Replies are listed 'Best First'.
Re^5: SSL Soap Server daemon stopping
by Anonymous Monk on Aug 25, 2008 at 01:42 UTC
    Then it must do more than stop, like die or exit. Use eval to trap die.

      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