You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the sdk as a .phar file but seems to get error due to problem with the SSL CA cert. It cant be found.
According to https://bugs.php.net/bug.php?id=69035 filed bug, "cURL is a third-party library. It doesn't know about things like phar". But there is a work around for it. Is it possible to apply the work around in the SDK? In production, we prefer to package vendor dependencies in .phar
The text was updated successfully, but these errors were encountered:
Can you please provide additional information on how are you building the phar ? are you building a phar for your application along with this sdk or you are just building a phar of this sdk and using it ?
Also can you share your error logs, which would help us to investigate the issue better ?
I have tried to use the sdk as a .phar file but seems to get error due to problem with the SSL CA cert. It cant be found.
According to https://bugs.php.net/bug.php?id=69035 filed bug, "cURL is a third-party library. It doesn't know about things like phar". But there is a work around for it. Is it possible to apply the work around in the SDK? In production, we prefer to package vendor dependencies in .phar
The text was updated successfully, but these errors were encountered: