Need some advice on how to expand our test framework. We had the problem that current test on 421 return codes failed as the current setup makes that depend on vhosts/other config interference. Undesirable.
Also, I am adding more RFC 7540 compliant behaviour which means mod_http2 will check TLS protocol and ciphers. For this I think mod_http2 needs its own host as I do not want to mess with SSL test setups that need to perform in various environments. Any advice on how to add a test host (e.g. real port) to our test suite in the most compatible way? Thanks! //Stefan