monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some SSL stuff.


From: Jan-Henrik Haukeland
Subject: Re: Some SSL stuff.
Date: 05 Nov 2002 00:54:29 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service)

If you start monit with ssl support and try to access with
http://localhost:2812 the daemon is hanging. The reason for this is
that the code generate a SIGSEGV. The offending code is in engine.c. I
have checked in the fix!

BTW, you will need some kind of timeout or better, a non-blocking BIO
used by SSL_accept() in embed_accepted_ssl_socket() to avoid a block
and server hangup since the current check for timeout first happen in
process.c, i.e. after SSL_accept().

-- 
Jan-Henrik Haukeland




reply via email to

[Prev in Thread] Current Thread [Next in Thread]