On 09.05.2012 12:00, Nils Rennebarth wrote:
> When connecting to the server with telnet, all is working. When connecting to
> the
> server with the openssl s_client, I do get a successful SSL handshake, but
> after that,
> I can only write data to the server and never get anything back, and debug
Hi,
I am rather new to libevent and I am doing the following in a smaller server
application:
- Create an event loop listening for connections on a given port.
- If the first data sent by the client looks like an SSL client Hello, switch
the
connection to ssl, by installing a filter.
- pro