Re: AW: [RFC] Enable OCSP Stapling by default in httpd trunk

2015-08-29 Thread Kaspar Brand
On 29.08.2015 17:56, olli hauer wrote: > On 2015-07-03 12:13, Plüm, Rüdiger, Vodafone Group wrote: >> Thanks for the detailed explanation. So yes OCSP stapling is really >> beneficial if it is possible for the server admin to set it up. But >> it likely requires additional configuration steps outsi

Re: [RFC] Enable OCSP Stapling by default in httpd trunk

2015-08-29 Thread Kaspar Brand
On 28.08.2015 19:27, Jeff Trawick wrote: > For one, it is appropriate for the default config is there to enable > practices which are reasonable in most situations, and OCSP Stapling is > widely accepted as an appropriate feature for HTTP servers to enable. I have some doubts whether "widely accep

Re: [RFC] Enable OCSP Stapling by default in httpd trunk

2015-08-29 Thread William A Rowe Jr
On Aug 29, 2015 1:49 PM, "Jeff Trawick" wrote: > > On 08/28/2015 04:17 PM, Tim Bannister wrote: >> >> Jeff Trawick wrote: >>> >>> >>> As of now there's still a veto on my suggestion of enabling stapling by >>> default in the httpd trunk config. >> >> Would that default need to be backported to 2.

Re: AW: [RFC] Enable OCSP Stapling by default in httpd trunk

2015-08-29 Thread olli hauer
On 2015-07-03 12:13, Plüm, Rüdiger, Vodafone Group wrote: > > >> -Ursprüngliche Nachricht- >> Von: Rob Stradling [mailto:rob.stradl...@comodo.com] >> Gesendet: Freitag, 3. Juli 2015 12:01 >> An: dev@httpd.apache.org >> Betreff: Re: [RFC] Enable OCSP Stapling by default in httpd trunk >> >

Re: svn commit: r1610674 - in /httpd/httpd/trunk: include/ap_mmn.h include/httpd.h modules/proxy/mod_proxy_http.c modules/proxy/proxy_util.c server/util.c

2015-08-29 Thread Eric Covener
On Sat, Aug 29, 2015 at 1:51 AM, Christophe JAILLET wrote: > If i understand correctly, if we find an invalid char and 'skip_invalid', we > first look for the next comma and start searching for new token from there. > If no comma is found before the trailing NULL, then nothing more can be > found