[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some SSL stuff.
From: |
Christian Hopp |
Subject: |
Re: Some SSL stuff. |
Date: |
Tue, 5 Nov 2002 20:44:30 +0100 (CET) |
On 5 Nov 2002, Jan-Henrik Haukeland wrote:
>
> 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!
Thx!
> 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().
The underlying socket are now embedded in a BIO. That part works.
Now I also want to feather bed the ssl connection into a BIO, too.
Christian
--
Christian Hopp email: address@hidden
Institut für Elektrische Informationstechnik fon: +49-5323-72-2113
TU Clausthal, Leibnizstr. 28, 38678 Clausthal-Zellerf. fax: +49-5323-72-3197
pgpkey: https://www.iei.tu-clausthal.de/pgp-keys/
- Some SSL stuff., Christian Hopp, 2002/11/04
- Re: Some SSL stuff., Jan-Henrik Haukeland, 2002/11/04
- Re: Some SSL stuff., Jan-Henrik Haukeland, 2002/11/04
- Re: Some SSL stuff.,
Christian Hopp <=
- RE: Some SSL stuff., Jan-Henrik Haukeland, 2002/11/14
- RE: Some SSL stuff., Jan-Henrik Haukeland, 2002/11/14
- RE: Some SSL stuff., Christian Hopp, 2002/11/15
- Re: Some SSL stuff., Jan-Henrik Haukeland, 2002/11/15
- RE: Some SSL stuff., Christian Hopp, 2002/11/15
- Re: Some SSL stuff., Jan-Henrik Haukeland, 2002/11/15