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 don't know if this library is still being maintained or not but in case anyone else runs into this maybe I can save you from busting your head open against a wall like I did.
The packaged version of guzzle that this lib depends upon has included its own cacert.pem file which it stores in vendors/guzzle/guzzle/src/Guzzle/Http/resources/cacert.pem
This ca is old and not valid for the new first data / payeezy certificates and will throw a CURL 60 SSL error whenever you try to use this library.
I cannot see any way in the configuration to override this behavior from my code without manually overriding code in this library.
I am going to fork this library to fix this for myself. If the fix I come up with would work for the production code I'll supply a PR but I'm up against a time constraint on this so I'm not going to spend a lot of time on this.
The text was updated successfully, but these errors were encountered:
So I just figured out that the MASTER branch of this repo is newer than the latest tag. The MASTER branch is using omnipay core v3 not v2, which uses the new version of guzzle that does not have this but.
If you are having SSL issues with your copy of this library and are using v2.4.1 execute the following commands to fix the issue:
I don't know if this library is still being maintained or not but in case anyone else runs into this maybe I can save you from busting your head open against a wall like I did.
The packaged version of guzzle that this lib depends upon has included its own cacert.pem file which it stores in
vendors/guzzle/guzzle/src/Guzzle/Http/resources/cacert.pem
This ca is old and not valid for the new first data / payeezy certificates and will throw a CURL 60 SSL error whenever you try to use this library.
I cannot see any way in the configuration to override this behavior from my code without manually overriding code in this library.
I am going to fork this library to fix this for myself. If the fix I come up with would work for the production code I'll supply a PR but I'm up against a time constraint on this so I'm not going to spend a lot of time on this.
The text was updated successfully, but these errors were encountered: