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.
2 parents 78d2442 + 9977de0 commit 36a7d9fCopy full SHA for 36a7d9f
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