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 22ce4b5 + 8ea5e5a commit b5406d9Copy full SHA for b5406d9
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