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 22ce4b5 commit 8ea5e5aCopy full SHA for 8ea5e5a
src/lib/BaseStub.php
@@ -45,7 +45,7 @@ public function __construct($hostname, $opts, $channel = null)
45
{
46
if (!ChannelCredentials::isDefaultRootsPemSet()) {
47
$ssl_roots = file_get_contents(
48
- dirname(__FILE__).'/../../../../etc/roots.pem'
+ dirname(__FILE__).'/../../etc/roots.pem'
49
);
50
ChannelCredentials::setDefaultRootsPem($ssl_roots);
51
}
0 commit comments