Re: ssl infrastructure

2021-02-12 Thread Eric Covener
On Fri, Feb 12, 2021 at 10:55 AM ste...@eissing.org wrote: > > As you might know, I have started writing an Apache module to bring SSL using > the Rust based rustls library to the server. Currently, I have base > connection filter working and can serve requests. Nothing fancy, but the Rust > li

Re: warning in error_log when using websocket tunnel

2021-02-12 Thread Yann Ylavic
On Fri, Feb 12, 2021 at 5:59 PM jean-frederic clere wrote: > > On 12/02/2021 17:34, Ruediger Pluem wrote: > > > > On 2/12/21 5:17 PM, jean-frederic clere wrote: [] > >> do { > >> rv = apr_pollset_poll(pollset, timeout, &nresults, &results); > >> } while (APR_STATUS_I

Re: warning in error_log when using websocket tunnel

2021-02-12 Thread jean-frederic clere
On 12/02/2021 17:34, Ruediger Pluem wrote: On 2/12/21 5:17 PM, jean-frederic clere wrote: Hi, I have the warnings in error_log when a web socket is opened at the shutdown time: +++ [Fri Feb 12 16:10:39.243444 2021] [core:warn] [pid 2879580:tid 140162655000576] AH00045: child process 287959

Re: ssl infrastructure

2021-02-12 Thread Ruediger Pluem
On 2/12/21 4:55 PM, ste...@eissing.org wrote: > As you might know, I have started writing an Apache module to bring SSL using > the Rust based rustls library to the server. Currently, I have base > connection filter working and can serve requests. Nothing fancy, but the Rust > lib is loaded a

Re: warning in error_log when using websocket tunnel

2021-02-12 Thread Ruediger Pluem
On 2/12/21 5:17 PM, jean-frederic clere wrote: > Hi, > > I have the warnings in error_log when a web socket is opened at the shutdown > time: > > +++ > [Fri Feb 12 16:10:39.243444 2021] [core:warn] [pid 2879580:tid > 140162655000576] AH00045: child process 2879590 still did not exit, > sendi

warning in error_log when using websocket tunnel

2021-02-12 Thread jean-frederic clere
Hi, I have the warnings in error_log when a web socket is opened at the shutdown time: +++ [Fri Feb 12 16:10:39.243444 2021] [core:warn] [pid 2879580:tid 140162655000576] AH00045: child process 2879590 still did not exit, sending a SIGTERM [Fri Feb 12 16:10:41.245444 2021] [core:warn] [pid 2

ssl infrastructure

2021-02-12 Thread ste...@eissing.org
As you might know, I have started writing an Apache module to bring SSL using the Rust based rustls library to the server. Currently, I have base connection filter working and can serve requests. Nothing fancy, but the Rust lib is loaded and does the job. My goal for this project is to have a m