We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1210c3b commit 9977de0Copy full SHA for 9977de0
ext/openssl/tests/bug65538_002.phpt
@@ -13,7 +13,7 @@ $clientCtx = stream_context_create(['ssl' => [
13
// We can't use http://curl.haxx.se/ca/cacert.pem for this test
14
// as it is redirected to https which means the test would depend
15
// on system cafile when opening stream.
16
- 'cafile' => 'http://www.php.net',
+ 'cafile' => 'http://www.nginx.org',
17
]]);
18
file_get_contents('https://github.com', false, $clientCtx);
19
?>
0 commit comments