--TEST-- client http2 --SKIPIF-- --FILE-- setOptions([ "protocol" => http\Client\Curl\HTTP_VERSION_2_0, "ssl" => [ "cainfo" => __DIR__."/helper/http2.crt", "verifypeer" => false, // needed for NSS without PEM support ] ]); $request = new http\Client\Request("GET", "https://localhost:$port"); $client->enqueue($request); echo $client->send()->getResponse(); }); ?> ===DONE=== --EXPECTF-- Test HTTP/2 200 %a HTTP2 Nothing to see here. ===DONE===