Getting “Unable to parse the p12 file…” Error With google-api-php-client

前端 未结 6 1909
忘了有多久
忘了有多久 2020-12-20 15:02

I\'ve been searching for days and trying new and older version of google-api-php-client along with various other examples out there, but I can\'t seem to get around this err

6条回答
  •  一个人的身影
    2020-12-20 15:22

    I was also stumbled while parsing p12 file. It always showed error like "Undefined function openssl_pkcs12_read()". To get Rid of this error, first you must check php.ini file. open php.ini fine then search for openssl and then uncomment the line. Now save and restart all wamp services.

    And your function is working.

提交回复
热议问题