Re: [Libevent-users] No data flowing in bufferevent_openssl_filter_new

2012-05-09 Thread Nils Rennebarth
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

[Libevent-users] No data flowing in bufferevent_openssl_filter_new

2012-05-09 Thread Nils Rennebarth
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