X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fclient022.phpt;h=e3f7f118812a86cc1faf11a4fd02615fbbfbc553;hb=28d7c572181c8c3c335edd3df539f75c3bbde0fd;hp=255de083bb3522a2df2751795c2e5943963802dd;hpb=e867316f1364f589eec67cc684703c874984430b;p=m6w6%2Fext-http diff --git a/tests/client022.phpt b/tests/client022.phpt index 255de08..e3f7f11 100644 --- a/tests/client022.phpt +++ b/tests/client022.phpt @@ -18,7 +18,7 @@ nghttpd(function($port) { $client->setOptions([ "protocol" => http\Client\Curl\HTTP_VERSION_2_0, "ssl" => [ - "cainfo" => __DIR__."/helper/http2.crt", + "cafile" => __DIR__."/helper/http2.crt", ] ]); $client->enqueue(new http\Client\Request("GET", "https://localhost:$port"));