X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient022.phpt;fp=tests%2Fclient022.phpt;h=e3f7f118812a86cc1faf11a4fd02615fbbfbc553;hp=255de083bb3522a2df2751795c2e5943963802dd;hb=286dfcc5b1e7b24117132c7bff5b8e64ac6ac5d0;hpb=f0329a04eb73824aac93df66bba179bf44008501 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"));