On 14.10.2015 14:55, Eric Covener wrote:
> On Wed, Oct 14, 2015 at 8:37 AM, Stefan Eissing
> <[email protected]> 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>