openssl_sign()[function.openssl-sign]:服务器中的未知签名算法

时间:2015-08-11 06:52:34

标签: php google-api

我正在使用谷歌工作表api使用PHP访问谷歌工作表,所有在我的本地主机工作正常,但当我上传库到服务器并运行该程序时,它会抛出异常openssl_sign() [function.openssl-sign]: Unknown signature algorithm

实际上执行在if条件下停止并抛出异常。

$client->setAssertionCredentials($cred);
if ($client->getAuth()->isAccessTokenExpired()) 
{
   echo "<br> execution stops here <br>";
    $client->getAuth()->refreshTokenWithAssertion($cred);
}

例外:

[message:protected] => openssl_sign() [function.openssl-sign]: Unknown signature algorithm.
[file:protected] => /mywebsite/google-api-php-client/src/Google/Signer/P12.php

0 个答案:

没有答案