Hi Team,
We received a notification that Authorize.Net is updating the SSL/TLS certificates used for secure communication with our systems. Currently, we are accessing the following endpoints:
We are using a transaction key for authorization. Currently we are not using any ssl certificates to call these APIs. Our application is deployed on an AWS EC2 instance running Amazon Linux 2 with an Nginx server.
We have the following queries regarding the integration of the new SSL certificates:
Thank you.
10-21-2024 12:01 AM
For integrating the new SSL certificates, here’s what you’ll need to do:
Add Certificates: Download the root and intermediate CA certificates and install them on your EC2 instance. Since you’re using Nginx, you can configure it to trust these certificates by adding them to your server’s trusted store.
Protocol Update: Yes, you’ll need to update your URLs to use https:// instead of http:// to ensure secure communication with Authorize.Net.
Let me know if this works for you!
11-06-2024 12:25 AM
Hello Vismay,
Please refer below articles for more details about the Certificate Migration and Tentative timelines :
11-20-2024 10:49 PM