Thanks! Yes, I have sth like this in the works in order to test more specific http2 edge cases. You'll probably see it sometime next week.
> Am 17.10.2015 um 10:58 schrieb Kaspar Brand <httpd-dev.2...@velox.ch>: > >> On 14.10.2015 14:55, Eric Covener wrote: >> On Wed, Oct 14, 2015 at 8:37 AM, Stefan Eissing >> <stefan.eiss...@greenbytes.de> wrote: >>> Any advice on how to add a test host (e.g. real port) to our test suite in >>> the most compatible way? >> >> 1426878 added an SSL vhost. It seems like there is a magic port >> assignment the config-generator and client share info about . > > Not sure if I'm too late with this, but just add something like the > below - this will add the required Listen and VirtualHost directives to > the generated config files (with an auto-assigned port number). > > Kaspar > > --- t/conf/ssl/ssl.conf.in (revision 1709127) > +++ t/conf/ssl/ssl.conf.in (working copy) > @@ -252,4 +252,10 @@ > SSLCipherSuite AES256-SHA > </Location> > > + <VirtualHost ssl_http2> > + SSLEngine On > + > + # ... > + </VirtualHost> > + > </IfModule> > >