-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorize.net is changing the SSL/TLS certificates #41
Comments
The SDK has the following logic:
The shipped certs are a fallback incase |
Updating it would make a lot of sense as it ensures folks that don't have it set up would not be impacted. I downloaded the files from https://support.authorize.net/knowledgebase/Knowledgearticle/?code=000003009 but the combined cert file is quite a deal smaller than expected. Should anything else be getting added? |
I think this is a pretty critical piece as I have a site on Acquia and looking at the phpinfo from there, As an alternative, do I just need a cacert.pem from https://curl.se/docs/caextract.html and then point to that in my php.ini file (via |
PR #42 seems related to this issue. |
Authorize.net is changing the SSL/TLS certificates that applications and websites use to communicate with its systems, moving from Entrust to DigiCert. This change will impact both browser-based and server-to-server interactions. Per authorize.net, this module will need to be updated by Oct 23, 2024.
https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-05545
The text was updated successfully, but these errors were encountered: